Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to make only certain roles can create issues ?

CHINNAMUTHEVISAI.SATYANARAYANASHARMA
Contributor
June 22, 2022

i have a requirement that .

only admin and project lead can  create issues with the type epic and initiative not all the user's

is that possible if yes please guide.

1 answer

1 vote
Nic Brough -Adaptavist-
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.
June 22, 2022

This is not "certain roles can create issues", it is "certain roles are the only ones able to create certain issue types"

Jira does not do that natively, the create-issue permission is done at project level, not issue type.

You could do it in Behaviours in Scriptrunner, but that would only affect the web-UI and isn't too hard to bypass (and doesn't catch all the ways you might now create an issue)

You can rig it up with a kludge - you'll need one of the clever workflow apps, or a scripting app to create a validator on the "create issue" transition that does "look at role and issue type and reject validation if they don't match".  It's ugly for your users, but it'll work.

Juan Pablo Cabrera July 7, 2024

Thanks for the answer!

Suggest an answer

Log in or Sign up to answer