Skip to main content
QUERY
jiraTicketTransitions(issueKey: ID!): [JiraTransition!]!

Arguments

issueKey
ID!
required

The issue key used to filter or perform the operation.

Returns

id
ID!

Stable identifier for this Jira transition.

name
String!

Display name of this Jira transition.

toStatusId
ID

Identifier of the related to status. May be null when unavailable or not applicable.

toStatus
String!

The to status associated with this Jira transition.

toStatusCategory
String

The to status category associated with this Jira transition. May be null when unavailable or not applicable.

hasScreen
Boolean!

Whether this Jira transition has screen.

requiredFields
[String!]!

Required fields associated with this Jira transition.

Query
Variables
Response