Skip to content

ChangeIssueStateInput ​

Input for the changeIssueState mutation

graphql
input ChangeIssueStateInput {
  issue: ID!
  state: ID!
}

Fields ​

ChangeIssueStateInput.issue ● ID! non-null scalar ​

The id of the Issue of which the state is updated

ChangeIssueStateInput.state ● ID! non-null scalar ​

The id of the new state, must be an IssueState of the used IssueTemplate

Member Of ​

changeIssueState mutation

Released under the MIT License.