CardFieldSettings interface
Card settings, such as fields and rules
Properties
additional |
A collection of field information of additional fields on cards. The index in the collection signifies the order of the field among the additional fields. Currently unused. Should be used with User Story 691539: Card setting: additional fields |
assigned |
Display format for the assigned to field |
core |
A collection of field information of rendered core fields on cards. |
show |
Flag indicating whether to show assigned to field on cards. When true, AssignedToDisplayFormat will determine how the field will be displayed |
show |
Flag indicating whether to show child rollup on cards |
show |
Flag indicating whether to show empty fields on cards |
show |
Flag indicating whether to show ID on cards |
show |
Flag indicating whether to show parent field on cards |
show |
Flag indicating whether to show state field on cards |
show |
Flag indicating whether to show tags on cards |
Property Details
additionalFields
A collection of field information of additional fields on cards. The index in the collection signifies the order of the field among the additional fields. Currently unused. Should be used with User Story 691539: Card setting: additional fields
additionalFields: FieldInfo[]
Property Value
assignedToDisplayFormat
Display format for the assigned to field
assignedToDisplayFormat: IdentityDisplayFormat
Property Value
coreFields
A collection of field information of rendered core fields on cards.
coreFields: FieldInfo[]
Property Value
showAssignedTo
Flag indicating whether to show assigned to field on cards. When true, AssignedToDisplayFormat will determine how the field will be displayed
showAssignedTo: boolean
Property Value
boolean
showChildRollup
Flag indicating whether to show child rollup on cards
showChildRollup: boolean
Property Value
boolean
showEmptyFields
Flag indicating whether to show empty fields on cards
showEmptyFields: boolean
Property Value
boolean
showId
Flag indicating whether to show ID on cards
showId: boolean
Property Value
boolean
showParent
Flag indicating whether to show parent field on cards
showParent: boolean
Property Value
boolean
showState
Flag indicating whether to show state field on cards
showState: boolean
Property Value
boolean
showTags
Flag indicating whether to show tags on cards
showTags: boolean
Property Value
boolean