Developer Portal for YouTrack and Hub Help

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. Read-only.

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: 23 April 2024