YouTrack Standalone 2020.6 Help

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. Read-only. Can be null.

isResolved

Boolean

true if a column represents resolved state of an issue. Can be updated only for newly created value. Read-only.

ordinal

Int

Order of this column on board, counting from left to right.

parent

ColumnSettings

Link to agile column settings this column belongs to. Read-only. Can be null.

wipLimit

WIPLimit

WIP limit for this column. Can be null.

fieldValues

Array of AgileColumnFieldValues

Field values represented by this column.

Last modified: 30 March 2021