Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,646,751
Community Members
 
Community Events
196
Community Groups

Create board permission

Hello there,

Is it possible to restrict the creation of boards in the current version of Jira Cloud?  I need to control who can create boards on our projects. Any workaround may help.

Thanks a lot!

Jesús

3 answers

1 accepted

0 votes
Answer accepted
Tyler Brown
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 07, 2018

Hey Jesus,

It is possible to control who can create a board.

You'll need to navigate to Global Permissions and edit the "Create Shared Objects" permission to only include the group of users that you would like to create dashboards.

https://confluence.atlassian.com/adminjiraserver073/managing-global-permissions-861253290.html?_ga=2.188272557.440258858.1525704700-1704423510.1524584199

This does also affect who can share filters globally as well.

Hope this helps,

Tyler

Hi Tyler, 

Thanks for your reply! Thanks to @Scott Theus too!

I believe this solution could apply to Jira Server instances, but I am using a Cloud instance. When I navigate to Global Permissions section, these are the permissions I can edit (visit this link for more info):

Administer Jira
Browse users and groups
Share dashboards and filters
Manage group filter subscriptions
Make bulk changes
Create independent projects

I tried changing Share dashboards and filters permissions, but it doesn't seem to affect the ability to create boards.

Any other options?

Jesús

Like # people like this
Tyler Brown
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 08, 2018

Hey Jesus,

Not that I know of.  If it helps the "Share Dashboards and Filters" should stop users from being able to sharing boards (as they can't share their filters).

Sorry I couldn't help more,

Tyler

Like vasanth likes this

Hi @Jesús Jorge Muñoz 

 

Were you able to achieve board restriction on Jira cloud? I did check and found that 'Create shared objects' is not available on Jira cloud version. ant alternative ?

 

Thanks,

Vijay

Ahh, That is a shame. We are also after being able to restrict this but just on a particular project due to a specific requirement. Shame it can't be done on cloud at the project level. 

I can not find Create Shared Object in JIRA cloud. How can we do this in cloud?

Like Matt M_ likes this

Create Board and Create Dashboard is not the same ... the Create Shared Objects  permission applies to the Dashboards only 

Like Dave Mathijs likes this
Like vasanth likes this
1 vote
Scott Theus
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 07, 2018

I believe there is a global permission called "Create Shared Objects" that will restrict who can create boards. For more information check out the documentation here"

https://confluence.atlassian.com/jirasoftwarecloud/permissions-overview-764478244.html

-Scott

For Jira server you can use cratch, insert this JS code in your anoncment banner

<script type="text/javascript">
document.addEventListener("DOMContentLoaded", function() {
if
( !window.JIRA.isAdmin() ) { let boards_button = document.querySelector('#ghx-create-boards-btn'); if( boards_button ) { boards_button.remove(); } }
});
</script>

 So only admins will see button to create new boards

Is there a solution for Jira cloud?

Suggest an answer

Log in or Sign up to answer