Agile
Represents an agile board configuration.
This table describes attributes of the Agile
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 |
---|---|---|
name | String | The name of the agile board. |
owner | User | Owner of the agile board. |
visibleFor | UserGroup | The user group that can view this board. |
visibleForProjectBased | Boolean | When true, the board is visible to everyone who can view all projects that are associated with the board. |
updateableBy | UserGroup | Group of users who can update board settings. |
updateableByProjectBased | Boolean | When true, anyone who can update the associated projects can update the board. |
orphansAtTheTop | Boolean | When true, the orphan swimlane is placed at the top of the board. Otherwise, the orphans swimlane is located below all other swimlanes. |
hideOrphansSwimlane | Boolean | When true, the orphans swimlane is not displayed on the board. |
estimationField | CustomField | A custom field that is used as the estimation field for the board. |
originalEstimationField | CustomField | A custom field that is used as the original estimation field for the board. |
projects | Array of Projects | A collection of projects associated with the board. |
sprints | Array of Sprints | The set of sprints that are associated with the board. |
currentSprint | Sprint | A sprint that is actual for the current date. |
columnSettings | ColumnSettings | Column settings of the board. |
swimlaneSettings | SwimlaneSettings | Settings of the board swimlanes. |
sprintsSettings | SprintsSettings | Settings of the board sprints. |
colorCoding | ColorCoding | Color coding settings for the board. |
status | AgileStatus | Status of the board. |