The issue status change of the transition.

interface IssueTransitionStatus {
    statusId?: number;
    statusName?: string;
}

Properties

statusId?: number

The unique ID of the status.

statusName?: string

The name of the status.