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

    Interface GetAvailableTransitions

    interface GetAvailableTransitions {
        endingBefore?: string;
        issueIdsOrKeys: string[];
        startingAfter?: string;
    }
    Index

    Properties

    endingBefore?: string

    The end cursor for use in pagination.

    issueIdsOrKeys: string[]

    Ids or keys of the issues to get transitions available for them.

    startingAfter?: string

    The start cursor for use in pagination.