Skip to content

ChangeIssueTypeInput

Input for the changeIssueType mutation

graphql
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

Released under the MIT License.