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

    Interface GetStatusesById

    interface GetStatusesById {
        expand?: string | string[] | ("usages" | "workflowUsages")[];
        id: string[];
    }
    Index

    Properties

    Properties

    expand?: string | string[] | ("usages" | "workflowUsages")[]

    Use expand to include additional information in the response. This parameter accepts a comma-separated list. Expand options include:

    • usages Returns the project and issue types that use the status in their workflow.
    • workflowUsages Returns the workflows that use the status.
    id: string[]

    The list of status IDs. To include multiple IDs, provide an ampersand-separated list. For example, id=10000&id=10001.

    Min items 1, Max items 50