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

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{&quot;id&quot;:&quot;10000&quot;,&quot;isFavourite&quot;:false,&quot;name&quot;:&quot;System Dashboard&quot;,&quot;popularity&quot;:1,&quot;self&quot;:&quot;https://your-domain.atlassian.net/rest/api/3/dashboard/10000&quot;,&quot;sharePermissions&quot;:[{&quot;type&quot;:&quot;global&quot;}],&quot;view&quot;:&quot;https://your-domain.atlassian.net/secure/Dashboard.jspa?selectPageId=10000&quot;}