Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/jira/src/version3/parameters/setDashboardItemProperty.ts>SetDashboardItemProperty

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Latest
interface SetDashboardItemProperty
import { type SetDashboardItemProperty } from "https://deno.land/x/jira@v3.0.2/src/version3/parameters/setDashboardItemProperty.ts";

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