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