interface BulkTransitionSubmitInput {
    selectedIssueIdsOrKeys: string[];
    transitionId: string;
}

Properties

selectedIssueIdsOrKeys: string[]

List of all the issue IDs or keys that are to be bulk transitioned.

transitionId: string

The ID of the transition that is to be performed on the issues.