provider Dashboards POST /rest/api/3/dashboard/{id}/copy
@utdk/jira /rest/api/3/dashboard/{id}/copy
Copy dashboard
Copies a dashboard. Any values provided in the `dashboard` parameter replace those in the copied dashboard. **[Permissions](#permissions) required:** None The dashboard to be copied must be owned by or shared with the user.
id path required
string
extendAdminPermissions query
Whether admin level permissions are used. It should only be true if the user has *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg)
boolean

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.

copydashboard
POST/rest/api/3/dashboard/{id}/copy
Copies a dashboard. Any values provided in the `dashboard` parameter replace those in the copied dashboard. **[Permissions](#permissions) required:** None The dashboard to be copied must be owned by or shared with the user.

Parameters

required

Whether admin level permissions are used. It should only be true if the user has *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg)

Input

The description of the dashboard.

required

The edit permissions for the dashboard.

required

The name of the dashboard.

required

The share permissions for the dashboard.

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.copydashboard({
  "extendAdminPermissions": false
})