Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/jira/src/version3/parameters/getTransitions.ts>GetTransitions

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Latest
interface GetTransitions
import { type GetTransitions } from "https://deno.land/x/jira@v3.0.2/src/version3/parameters/getTransitions.ts";

Properties

issueIdOrKey: string

The ID or key of the issue.

optional
expand: string

Use expand to include additional information about transitions in the response. This parameter accepts transitions.fields, which returns information about the fields in the transition screen for each transition. Fields hidden from the screen are not returned. Use this information to populate the fields and update fields in Transition issue.

optional
transitionId: string

The ID of the transition.

optional
skipRemoteOnlyCondition: boolean

Whether transitions with the condition Hide From User Condition are included in the response.

optional
includeUnavailableTransitions: boolean

Whether details of transitions that fail a condition are included in the response

optional
sortByOpsBarAndStatus: boolean

Whether the transitions are sorted by ops-bar sequence value first then category order (Todo, In Progress, Done) or only by ops-bar sequence value.