Jira.js - Jira Cloud API library
    Preparing search index...

    Interface BulkTransitionSubmitInput

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

    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.