Skip to content

ChangeIssuePriorityInput

Input for the changeIssuePriority mutation

graphql
input ChangeIssuePriorityInput {
  issue: ID!
  priority: ID
}

Fields

ChangeIssuePriorityInput.issue ● ID! non-null scalar

The id of the Issue of which the priority is updated

ChangeIssuePriorityInput.priority ● ID scalar

The id of the new priority, must be an IssuePriority of the used IssueTemplate

Member Of

changeIssuePriority mutation

Released under the MIT License.