Skip to content

changeIssueState

Changes the state of an Issue requires MANAGE_ISSUES on any of the Trackables the Issue is on. Additionally, the IssueState must be defined by the Template of the Issue. If the state is equal to the already existing state, no event is created.

graphql
changeIssueState(
  input: ChangeIssueStateInput!
): ChangeIssueStatePayload!

Arguments

changeIssueState.input ● ChangeIssueStateInput! non-null input

Defines the Issue and new state

Type

ChangeIssueStatePayload object

Released under the MIT License.