jira.js
    Preparing search index...

    Function deleteDashboardItemProperty

    • Removes the property from the dashboard item identified by the key or 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 removed.

        • propertyKey: string

          The key of the property to remove.

      • Optionaloptions: RequestOptions

      Returns Promise<void>