jira.js
    Preparing search index...

    Function setDashboardItemProperty

    • Sets the value of the property with a given key on the dashboard item identified by the id.

      Parameters

      • client: Client
      • parameters: {
            body: Record<string, any>;
            dashboardId: string;
            itemId: string;
            propertyKey: string;
        }
        • body: Record<string, any>
        • dashboardId: string

          The dashboard id.

        • itemId: string

          The dashboard item on which the property will be set.

        • propertyKey: string

          The key of the dashboard item's property. The maximum length of the key is 255 bytes.

      • Optionaloptions: RequestOptions

      Returns Promise<void>