Retrospectively share all user dashboards

Adam Jacobson
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 21, 2012

Hi, reasonably new to JIRA here.

We've recently changed our User Preference configuration to set dashboard and filter sharing to public by default.

However, there are obviously still a number of user-defined filters and dashboard that are not set to shared. We'd like to convert these to shared and have our users now explicitly unshare their filters/dashboards.

Is there a way to do this easily within JIRA or through SQL?

Thanks.

3 answers

0 votes
Renjith Pillai
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 21, 2012

Even though this does not completely help you, this plugin may ease your job

https://plugins.atlassian.com/5043

0 votes
Adam Jacobson
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 21, 2012

It seems the best I can do so far with SQL is query for all the existing shared dashboards:

select entityid,sharetype,param1 from sharepermissions where entitytype='PortalPage';

0 votes
Mirek
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 21, 2012

Hi Adam,

If you are an administrator of JIRA (or know someone that is) and you are using JIRA 4.4 and grather..

Then you can simply change the ownership of the dashboard/filter to someone else..

For more information please look at the documentation:

http://confluence.atlassian.com/display/JIRA044/Managing+Shared+Filters

http://confluence.atlassian.com/display/JIRA044/Managing+Shared+Dashboards

I hope that helps..

Regards,

Mirek

Adam Jacobson
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 21, 2012

Thanks Mirek. I would actually prefer to retain the original ownership and simply set all the dashboards to shared for Everyone.

I have access to the administration, and we are using JIRA 5.0.1

Suggest an answer

Log in or Sign up to answer