How to create users to open bugs only

Tomer Girhish June 27, 2016

Hi,

 

We would like to create users only to open bugs ( in addition to all other users).

 

Is there an option to restrict the users to open issues only with "Issue Type"="Bug" ?

2 answers

0 votes
Joe Pitt
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 28, 2016

As Nic said, there isn't a good way to do it. The separate project is the cleanest way. Issue level permission has been requested since before I started using JIRA in 2006 so I don't see it being implemented.

0 votes
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.
June 27, 2016

Natively, the best you can do is set up a kludge whereby the users are blocked from creation - this is ugly because they can still go and start the create process, but then it fails validation, so they've been misled into entering their data only to be told it's not valid.

Add-ons such as the Behaviours function in the Script Runner can make this far better for the users by disallowing options, but still won't protect a determined user.

The only way to do this "properly" are to move bugs into their own projects so that you don't have to allow "create" in the main project for your users, or hack the core code.

Suggest an answer

Log in or Sign up to answer