ChangeIssueStateInput
Input for the changeIssueState mutation
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