CardFieldSettings interface

Card settings, such as fields and rules

Properties

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

assignedToDisplayFormat

Display format for the assigned to field

coreFields

A collection of field information of rendered core fields on cards.

showAssignedTo

Flag indicating whether to show assigned to field on cards. When true, AssignedToDisplayFormat will determine how the field will be displayed

showChildRollup

Flag indicating whether to show child rollup on cards

showEmptyFields

Flag indicating whether to show empty fields on cards

showId

Flag indicating whether to show ID on cards

showParent

Flag indicating whether to show parent field on cards

showState

Flag indicating whether to show state field on cards

showTags

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