AgileColumn
Represents settings for a single board column
This table describes attributes of the AgileColumn
entity.
To receive an attribute in the response from server, specify it explicitly in the request parameter
fields
.To update an attribute, provide it in the body of a POST request.
Field | Type | Description |
---|---|---|
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. |