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

    Interface GetPlans

    interface GetPlans {
        cursor?: string;
        includeArchived?: boolean;
        includeTrashed?: boolean;
        maxResults?: number;
    }
    Index

    Properties

    cursor?: string

    The cursor to start from. If not provided, the first page will be returned.

    includeArchived?: boolean

    Whether to include archived plans in the results.

    includeTrashed?: boolean

    Whether to include trashed plans in the results.

    maxResults?: number

    The maximum number of plans to return per page. The maximum value is 50. The default value is 50.