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

x/jira/src/agile/models/issueTransition.ts>IssueTransition

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

Details of an issue transition.

Properties

optional
id: string

The ID of the issue transition. Required when specifying a transition to undertake.

optional
name: string

The name of the issue transition.

optional
to: { self?: string; description?: string; iconUrl?: string; name?: string; id?: string; statusCategory?: { self?: string; id?: number; key?: string; colorName?: string; name?: string; }; }

A status.

optional
hasScreen: boolean

Whether there is a screen associated with the issue transition.

optional
isGlobal: boolean

Whether the issue transition is global, that is, the transition is applied to issues regardless of their status.

optional
isInitial: boolean

Whether this is the initial issue transition for the workflow.

optional
isAvailable: boolean

Whether the transition is available to be performed.

optional
isConditional: boolean

Whether the issue has to meet criteria before the issue transition is applied.

optional
fields: { }

Details of the fields associated with the issue transition screen. Use this information to populate fields and update in a transition request.

optional
expand: string

Expand options that include additional transition details in the response.

optional
looped: boolean