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

    Interface SetDashboardItemProperty

    interface SetDashboardItemProperty {
        dashboardId: string;
        itemId: string;
        propertyKey: string;
        propertyValue: any;
    }
    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. The maximum length is 255 characters. For dashboard items with a spec URI and no complete module key, if the provided propertyKey is equal to "config", the request body's JSON must be an object with all keys and values as strings.

    propertyValue: any