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

    Interface GetProjectUsagesForStatus

    interface GetProjectUsagesForStatus {
        maxResults?: number;
        nextPageToken?: string;
        statusId: string;
    }
    Index

    Properties

    maxResults?: number

    The maximum number of results to return. Must be an integer between 1 and 200.

    nextPageToken?: string

    The cursor for pagination

    statusId: string

    The statusId to fetch project usages for