ChangeIssueTypeInput
Input for the changeIssueType mutation
input ChangeIssueTypeInput {
issue: ID!
type: ID!
}
Fields
ChangeIssueTypeInput.issue
● ID!
non-null scalar
The id of the Issue of which the type is updated
ChangeIssueTypeInput.type
● ID!
non-null scalar
The id of the new type, must be an IssueType of the used IssueTemplate
Member of
changeIssueType
mutation