jira.js
    Preparing search index...

    Function getDashboardItemPropertyKeys

    • Returns the keys of all properties for a dashboard item.

      This operation can be accessed anonymously.

      Permissions required: The user must have read permission of the dashboard or have the dashboard shared with them.

      Parameters

      • client: Client
      • parameters: { dashboardId: string; itemId: string }
        • dashboardId: string

          The ID of the dashboard.

        • itemId: string

          The ID of the dashboard item.

      • Optionaloptions: RequestOptions

      Returns Promise<
          {
              keys?: { key?: string; self?: string; [key: string]: unknown }[];
              [key: string]: unknown;
          },
      >