Skip to content

addIssueStateToBoardColumn

Adds an Issue State to a Board Column, requires MANAGE_ISSUE_BOARDS on the parent Trackable of the column the Issue State should be added to. Returns the updated column (unchanged if the state was already assigned).

graphql
addIssueStateToBoardColumn(
  input: AddIssueStateToBoardColumnInput!
): IssueBoardColumn!

Arguments

addIssueStateToBoardColumn.input ● AddIssueStateToBoardColumnInput! non-null input

Defines the board column ID and the issue state ID to add

Type

IssueBoardColumn object

A column on an Issue Board. An Issue Board Column consists of a name, a description and a position. Issues are assigned to a column by their state: an Issue is shown in the column the Issue's state is assigned to. READ is granted if READ is granted on the Trackable of the Issue Board.

Released under the MIT License.