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.
Code snippet
Updates live as you fill in the form above.
TypeScript
import jira from '@utdk/jira';
await jira.copydashboard({
"extendAdminPermissions": false
})