permitting users to create projects

Ruud Grosmann January 6, 2014

My company has a large number of projects in jira. Regularly, new projects have to be created. In order to restrict this ability not only to one or two administrators, lots of people are made jira-administrator. Thereby giving them access to much more capabilities than they should have. Like adding groups and users and changing permissions.

Is it possible to give only a restricted set of administrator rights to a users? So that he or she basically only can add and delete projects?



thanks in advance, Ruud

4 answers

1 accepted

0 votes
Answer accepted
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 6, 2014

Not yet. There's four layers of rights, and no granularity within the rights they confer - if you're in a layer that can create projects, you can also delete them, hack custom fields, fiddle with workflows and so-on.

Atlassian have had this one logged for a while, and have said that they are now actively working on it, and according to https://jira.atlassian.com/browse/JRA-3156, we should see something in the next 6 months.

But for now, no, you're stuck. There are some inventive workarounds using code and remote scripting, but they all need you to set up a full admin user and pretend to be that user.

0 votes
Daniel Wester
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.
January 27, 2014

You might want to take a look at our add-ons Project Creator for JIRA ( https://marketplace.atlassian.com/plugins/com.wittified.jira.project-creator). It allows you to define a set of "templates" for projects that a subset of your users can create projects from. This basically allows you to focus on the configuration of your JIRA instance and not be interuppted by creating every project (and instead let the person needing to create the project to create it ).

0 votes
Bob Swift OSS (Bob Swift Atlassian Apps)
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.
January 6, 2014

If you also use Confluence, then you can follow these instructions:

How to create a self service create project page

Without Confluence it would be a significantly more difficult. You could setup a project restricted to users that need to do create projects. For each project to create, they would need to create an issue, specify some specific custom fields with the parameters of the create and then do a "Create project" workflow transition. The transition would use CLI Plugin for JIRA to run the create project action bringing in the custom field values for the create parameters (this part could probably be done by a script runner post function as well). The downside of this approach is there is no capability to report on errors from a post function without access to the jira log.

0 votes
Peter Van de Voorde
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 6, 2014

Hi Ruud,

This is currently not possible.

Why don't you want to restrict this to your JIRA Administrators? They should now how to do this quickly and how to customize if necessary. Maybe you just need an extra JIRA administrator?

Best regards,

Peter

Suggest an answer

Log in or Sign up to answer