ChangeIssuePriorityInput
Input for the changeIssuePriority mutation
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