Skip to main content

IssuePriorityChangedEntry

Added to the timeline when an issue's priority changes.

type IssuePriorityChangedEntry {
issueId: ID!
issueKey: String!
issueTypeId: ID!
issueTypePublicName: String!
issueTypeIcon: String
status: IssueStatus!
previousPriority: IssuePriority!
nextPriority: IssuePriority!
}

Fields

IssuePriorityChangedEntry.issueId ● ID! non-null scalar

The ID of the issue that changed priority.

IssuePriorityChangedEntry.issueKey ● String! non-null scalar

The key of the issue that changed priority.

IssuePriorityChangedEntry.issueTypeId ● ID! non-null scalar

The ID of the issue type of the issue that changed priority.

IssuePriorityChangedEntry.issueTypePublicName ● String! non-null scalar

The public name of the issue type of the issue that changed priority.

IssuePriorityChangedEntry.issueTypeIcon ● String scalar

The icon of the issue type of the issue that changed priority.

IssuePriorityChangedEntry.status ● IssueStatus! non-null enum

The current issue status.

IssuePriorityChangedEntry.previousPriority ● IssuePriority! non-null object

The previous issue priority.

IssuePriorityChangedEntry.nextPriority ● IssuePriority! non-null object

The current issue priority.

Implemented by

Entry union