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

    Interface GetProjectIssueTypeUsagesForStatus

    interface GetProjectIssueTypeUsagesForStatus {
        maxResults?: number;
        nextPageToken?: string;
        projectId: 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

    projectId: string

    The projectId to fetch issue type usages for

    statusId: string

    The statusId to fetch issue type usages for