Returns the keys of all properties for a dashboard item.This operation can be accessed anonymously.Permissions required: The user must be the owner of the dashboard or have the dashboard shared with them. Note, users with the Administer Jiraglobal permission are considered owners of the System dashboard. The System dashboard is considered to be shared with all other users, and is accessible to anonymous users when Jira’s anonymous access is permitted.
Request
Path Params
Responses
🟢200Returned if the request is successful.
application/json
Body
🟠401Returned if the authentication credentials are incorrect or missing.
🟠404Returned if the dashboard or dashboard item is not found, or the dashboard is not owned by or shared with the user.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'http://jira.local:8080/jira/rest//rest/api/3/dashboard//items//properties'