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

    Interface GetAllDashboards

    interface GetAllDashboards {
        filter?: string;
        maxResults?: number;
        startAt?: number;
    }
    Index

    Properties

    filter?: string

    The filter applied to the list of dashboards. Valid values are:

    • favourite Returns dashboards the user has marked as favorite.
    • my Returns dashboards owned by the user.
    maxResults?: number

    The maximum number of items to return per page.

    startAt?: number

    The index of the first item to return in a page of results (page offset).