"Duplicate Dashboard" context menu option on Dashboards

Amol12
Tera Contributor

When I navigate to the dashboard titled "ITIL Dashboard"

Then I can make edits to this dashboard without changing them globally

> Currently, there is a "Duplicate Dashboard" context menu option on Dashboards but it is only accessible by Report admins/Dashboard admins OR Admin

> GOAL: Allow users to create a duplicate of an existing global dashboard so that they can personalize and not affect the global version

3 REPLIES 3

Luxo Nadappan
Tera Guru

Have you tried with  "How to create a copy of a Dashboard in ServiceNow" 

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0695882

No. Currently, there is a UI action "Duplicate Dashboard." It's only visible for report admins, dashboard admins, or admins.

I want it to be visible to all dashboard users, and how do we achieve this?

 

 

 

Tai Vu
Kilo Patron
Kilo Patron

Hi @Amol12 

Any user who can share a dashboard, they can copy it.

Copy a responsive dashboard

Screenshot 2023-11-13 at 16.53.38.png

 

The conditions in script is as following. (you cannot touch to it)

 

ng-if="permissions.dashboards.canCreate && canShareSelectedDashboard"

 

 

And refer to the below docs to understand who can share a responsive dashboard.

Share a responsive dashboard

 

 

Cheers,

Tai Vu