Is there a way to give user creation access without giving admin access?

swarren_wv August 21, 2012

HI there,

We have a group of Client managers that are adding customers to our JIRA instance so that the customers can request work. The way we currently have our groups deployed, the only way to do that is to add them to the Administrators group.

Is there a way to create a group that would allow them to add users, but not allow them to access the other system administration features of JIRA?

4 answers

1 accepted

1 vote
Answer accepted
Azwandi Mohd Aris
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.
August 21, 2012

I'm afraid that is not possible, as creating users fundamentally requires the Administrator permission.

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.
October 13, 2012

If you have sufficient license count, enable the mail handler to create the user account so that when the customer sends the first mail, the JIRA account will be created.

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.
October 10, 2012

You could provide them a client program/script or similar to run under an Admin id that uses JIRA Command Line Interface to create the users. You would need to be able to hide the password and control exactly what is allowed with program parameters.

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.
August 21, 2012

Do you also have Confluence? If so, it would be easy to provide a self service page using the CLI Plugin for Confluence and technique similar to How to semi-automate repetitive tasks . In this case you would use the addUserToGroup action under the covers.

Suggest an answer

Log in or Sign up to answer