AgileColumn
Represents settings for a single board column
Attributes
This table describes attributes of the AgileColumn
entity.
To receive an attribute in the response from the server, specify it explicitly in the
fields
request parameter.To update an attribute, provide it in the body of a POST request.
Field | Type | Description |
---|---|---|
id | String | The ID of the board column. |
presentation | String | Text presentation of values stored in a column. |
isResolved | Boolean | true if a column represents resolved state of an issue. Can be updated only for newly created value. |
ordinal | Int | Order of this column on board, counting from left to right. |
parent | ColumnSettings | Link to agile column settings this column belongs to. |
wipLimit | WIPLimit | WIP limit for this column. |
fieldValues | Array of AgileColumnFieldValues | Field values represented by this column. |