Skip to content

updateIssueType

Updates an IssueType, requires CAN_CREATE_TEMPLATES

graphql
updateIssueType(
  input: UpdateIssueTypeInput!
): UpdateIssueTypePayload!

Arguments

updateIssueType.input ● UpdateIssueTypeInput! non-null input

Defines which IssueType to update and how to update it

Type

UpdateIssueTypePayload object

Released under the MIT License.