https://your-domain.atlassian.net/rest/api/3/dashboard/{id}/copyCopies 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.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}curl --request POST \
--url 'https://your-domain.atlassian.net/rest/api/3/dashboard/{id}/copy' \
--header 'accept: application/json' \
--header 'content-type: application/json'{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}https://your-domain.atlassian.net/rest/api/3/dashboard/{id}/copyCopies 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.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}curl --request POST \
--url 'https://your-domain.atlassian.net/rest/api/3/dashboard/{id}/copy' \
--header 'accept: application/json' \
--header 'content-type: application/json'{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}