Skip to content

changeIssueType

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

graphql
changeIssueType(
  input: ChangeIssueTypeInput!
): ChangeIssueTypePayload!

Arguments

changeIssueType.input ● ChangeIssueTypeInput! non-null input

Defines the Issue and new type

Type

ChangeIssueTypePayload object

Released under the MIT License.