UpdateIssueTypeInput
No description
input UpdateIssueTypeInput {
issueTypeId: ID!
publicName: StringInput
defaultIssuePriorityValue: IntInput
icon: StringInput
}
Fields
UpdateIssueTypeInput.issueTypeId
● ID!
non-null scalar
UpdateIssueTypeInput.publicName
● StringInput
input
UpdateIssueTypeInput.defaultIssuePriorityValue
● IntInput
input
The priority value for issues created with this issue type.
Valid values are 0, 1, 2 and 3.
UpdateIssueTypeInput.icon
● StringInput
input
The icon to use for this issue type. The maximum length is 50 characters.
Only lowercase alphanumeric characters, '-' and '_' are allowed.
Member of
updateIssueType
mutation