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

    Interface IssueBulkTransitionForWorkflow

    interface IssueBulkTransitionForWorkflow {
        issues?: string[];
        isTransitionsFiltered?: boolean;
        transitions?: SimplifiedIssueTransition[];
    }
    Index

    Properties

    issues?: string[]

    List of issue keys from the request which are associated with this workflow.

    isTransitionsFiltered?: boolean

    Indicates whether all the transitions of this workflow are available in the transitions list or not.

    List of transitions available for issues from the request which are associated with this workflow.

    This list includes only those transitions that are common across the issues in this workflow and do not involve any additional field updates.*