jira.js
    Preparing search index...

    Function getDashboardItemProperty

    • Returns the value of the property with a given key from the dashboard item identified by the id.

      Parameters

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

          The dashboard id.

        • itemId: string

          The dashboard item from which the property will be returned.

        • propertyKey: string

          The key of the property to return.

      • Optionaloptions: RequestOptions

      Returns Promise<{ key?: string; value?: unknown; [key: string]: unknown }>