List of issue transitions.

interface Transitions {
    expand?: string;
    transitions?: IssueTransition[];
}

Properties

expand?: string

Expand options that include additional transitions details in the response.

transitions?: IssueTransition[]

List of issue transitions.