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

    Class Dashboards

    Index

    Constructors

    Methods

    • Returns a paginated list of dashboards. This operation is similar to Get dashboards except that the results can be refined to include dashboards that have specific attributes. For example, dashboards with a particular name. When multiple attributes are specified only filters matching all attributes are returned.

      This operation can be accessed anonymously.

      Permissions required: The following dashboards that match the query parameters are returned:

      • Dashboards owned by the user. Not returned for anonymous users.
      • Dashboards shared with a group that the user is a member of. Not returned for anonymous users.
      • Dashboards shared with a private project that the user can browse. Not returned for anonymous users.
      • Dashboards shared with a public project.
      • Dashboards shared with the public.

      Type Parameters

      Parameters

      Returns Promise<void>

    • Returns a paginated list of dashboards. This operation is similar to Get dashboards except that the results can be refined to include dashboards that have specific attributes. For example, dashboards with a particular name. When multiple attributes are specified only filters matching all attributes are returned.

      This operation can be accessed anonymously.

      Permissions required: The following dashboards that match the query parameters are returned:

      • Dashboards owned by the user. Not returned for anonymous users.
      • Dashboards shared with a group that the user is a member of. Not returned for anonymous users.
      • Dashboards shared with a private project that the user can browse. Not returned for anonymous users.
      • Dashboards shared with a public project.
      • Dashboards shared with the public.

      Type Parameters

      Parameters

      Returns Promise<T>

    • Sets the value of a dashboard item property. Use this resource in apps to store custom data against a dashboard item.

      A dashboard item enables an app to add user-specific information to a user dashboard. Dashboard items are exposed to users as gadgets that users can add to their dashboards. For more information on how users do this, see Adding and customizing gadgets.

      When an app creates a dashboard item it registers a callback to receive the dashboard item ID. The callback fires whenever the item is rendered or, where the item is configurable, the user edits the item. The app then uses this resource to store the item's content or configuration details. For more information on working with dashboard items, see Building a dashboard item for a JIRA Connect add-on and the Dashboard Item documentation.

      There is no resource to set or get dashboard items.

      The value of the request body must be a valid, non-empty JSON blob. The maximum length is 32768 characters.

      This operation can be accessed anonymously.

      Permissions required: The user must have edit permission of the dashboard.

      Type Parameters

      • T = unknown

      Parameters

      Returns Promise<void>

    • Sets the value of a dashboard item property. Use this resource in apps to store custom data against a dashboard item.

      A dashboard item enables an app to add user-specific information to a user dashboard. Dashboard items are exposed to users as gadgets that users can add to their dashboards. For more information on how users do this, see Adding and customizing gadgets.

      When an app creates a dashboard item it registers a callback to receive the dashboard item ID. The callback fires whenever the item is rendered or, where the item is configurable, the user edits the item. The app then uses this resource to store the item's content or configuration details. For more information on working with dashboard items, see Building a dashboard item for a JIRA Connect add-on and the Dashboard Item documentation.

      There is no resource to set or get dashboard items.

      The value of the request body must be a valid, non-empty JSON blob. The maximum length is 32768 characters.

      This operation can be accessed anonymously.

      Permissions required: The user must have edit permission of the dashboard.

      Type Parameters

      • T = unknown

      Parameters

      Returns Promise<T>