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

    Interface GetWorkflowProjectIssueTypeUsages

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

    The project ID

    workflowId: string

    The workflow ID