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

    Interface StatusWorkflowUsagePage

    A page of workflows.

    interface StatusWorkflowUsagePage {
        nextPageToken?: string;
        values?: Version2Models.StatusWorkflowUsageWorkflow[];
    }
    Index

    Properties

    nextPageToken?: string

    Page token for the next page of issue type usages.

    The list of statuses.