Copy Dashboard
POST {{baseUrl}}/rest/api/3/dashboard/:id/copy
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.
Request Body
{"name"=>"<string>", "sharePermissions"=>[{"type"=>"<string>", "project"=>{"id"=>"<string>", "email"=>"<string>", "favourite"=>"<boolean>"}, "role"=>{"name"=>"<string>", "translatedName"=>"<string>", "currentUserRole"=>"<boolean>"}, "group"=>{"name"=>"<string>"}}, {"type"=>"<string>", "project"=>{"id"=>"<string>", "email"=>"<string>", "favourite"=>"<boolean>"}, "role"=>{"name"=>"<string>", "translatedName"=>"<string>", "currentUserRole"=>"<boolean>"}, "group"=>{"name"=>"<string>"}}], "description"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"id":"10000","isFavourite":false,"name":"System Dashboard","popularity":1,"self":"https://your-domain.atlassian.net/rest/api/3/dashboard/10000","sharePermissions":[{"type":"global"}],"view":"https://your-domain.atlassian.net/secure/Dashboard.jspa?selectPageId=10000"}