jira.js
    Preparing search index...

    Function getDashboardItemPropertyKeys

    • Returns the keys of all properties for the dashboard item identified by the id.

      Parameters

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

          The dashboard id.

        • itemId: string

          The dashboard item from which keys will be returned.

      • Optionaloptions: RequestOptions

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