provider Dashboards GET /rest/api/3/dashboard/{dashboardId}/items/{itemId}/properties
@utdk/jira /rest/api/3/dashboard/{dashboardId}/items/{itemId}/properties
Get dashboard item property keys
Returns the keys of all properties for a dashboard item. This operation can be accessed anonymously. **[Permissions](#permissions) required:** The user must have read permission of the dashboard or have the dashboard shared with them.
dashboardId path required
The ID of the dashboard.
string
itemId path required
The ID of the dashboard item.
string

Try it

Authentication
Configure credentials for The Jira Cloud platform REST API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

getdashboarditempropertykeys
GET/rest/api/3/dashboard/{dashboardId}/items/{itemId}/properties
Returns the keys of all properties for a dashboard item. This operation can be accessed anonymously. **[Permissions](#permissions) required:** The user must have read permission of the dashboard or have the dashboard shared with them.

Parameters

required

The ID of the dashboard.

required

The ID of the dashboard item.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import jira from '@utdk/jira';

await jira.getdashboarditempropertykeys()