Jira.js - Jira Cloud API library
    Preparing search index...

    Interface DeleteDashboardItemProperty

    interface DeleteDashboardItemProperty {
        dashboardId: string;
        itemId: string;
        propertyKey: string;
    }
    Index

    Properties

    dashboardId: string

    The ID of the dashboard.

    itemId: string

    The ID of the dashboard item.

    propertyKey: string

    The key of the dashboard item property.