v5

latestOpenAPI 3.0.1Apache 2.02026-08-046169702.3 MB
Dashboards

Copy dashboard

Copies a dashboard. Any values provided in the dashboard parameter replace those in the copied dashboard.

Permissions required: None

The dashboard to be copied must be owned by or shared with the user.

post/rest/api/3/dashboard/{id}/copy

Path parameters

idstring required

Query parameters

extendAdminPermissionsboolean

Whether admin level permissions are used. It should only be true if the user has Administer Jira global permission

Request body

descriptionstring

The description of the dashboard.

namestring required

The name of the dashboard.

Response

Returned if the request is successful.

automaticRefreshMsinteger

The automatic refresh interval for the dashboard in milliseconds.

descriptionstring
idstring

The ID of the dashboard.

isFavouriteboolean

Whether the dashboard is selected as a favorite by the user.

isWritableboolean

Whether the current user has permission to edit the dashboard.

namestring

The name of the dashboard.

popularityinteger

The number of users who have this dashboard as a favorite.

rankinteger

The rank of this dashboard.

selfstring uri

The URL of these dashboard details.

systemDashboardboolean

Whether the current dashboard is system dashboard.

viewstring

The URL of the dashboard.