IssuePriority
The priority of an issue.
type IssuePriority {
label: String!
value: Int!
}
Fields
IssuePriority.label
● String!
non-null scalar
The display name of the priority.
IssuePriority.value
● Int!
non-null scalar
The value of the priority. Lower values are higher priority.
Valid values are 0, 1, 2 and 3. 0 is the highest priority.
Member of
Issue
object ● IssueDeletedEntry
object ● IssueIssueTypeChangedEntry
object ● IssuePriorityChangedEntry
object ● IssueStatusTransitionedEntry
object ● IssueType
object