Skip to content

removeIssueStateFromBoardColumn

Removes an Issue State from a Board Column, requires MANAGE_ISSUE_BOARDS on the parent Trackable of the column the Issue State should be removed from. Returns the updated column (unchanged if the state was not assigned).

graphql
removeIssueStateFromBoardColumn(
  input: RemoveIssueStateFromBoardColumnInput!
): IssueBoardColumn!

Arguments

removeIssueStateFromBoardColumn.input ● RemoveIssueStateFromBoardColumnInput! non-null input

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

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.