jira.js
    Preparing search index...

    Function deleteDashboardItemProperty

    • Deletes a dashboard item property.

      This operation can be accessed anonymously.

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

      Parameters

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

          The ID of the dashboard.

        • itemId: string

          The ID of the dashboard item.

        • propertyKey: string

          The key of the dashboard item property.

      • Optionaloptions: RequestOptions

      Returns Promise<void>