Skip to content

changeIssuePriority ​

Changes the priority of an Issue requires MANAGE_ISSUES on any of the Trackables the Issue is on. Additionally, the IssuePriority must be defined by the Template of the Issue. If the priority is equal to the already existing priority, no event is created.

graphql
changeIssuePriority(
  input: ChangeIssuePriorityInput!
): ChangeIssuePriorityPayload!

Arguments ​

changeIssuePriority.input ● ChangeIssuePriorityInput! non-null input ​

Defines the Issue and new priority

Type ​

ChangeIssuePriorityPayload object ​

Released under the MIT License.