In our Jira Data Center instance, I need to restrict who can create specific issue types in the same project.
Example:
I tried adding the property 'jira.permission.create.group = ABC' to the initial status of the Task workflow, but it did not work. Users from group XYZ can still create Tasks.
I also noticed that the initial transition (Create Issue) does not have the Conditions tab, only Properties, Validators, and Post Functions.
Is there a native way (without apps) to restrict issue creation by issue type in Jira Data Center?
@Marcelo Viana de Siqueira
No, there isn’t a native per–issue-type “Create” permission in Jira Data Center; the Create Issues permission applies to all issue types in the project. The supported built‑in workaround is to give the restricted issue type its own workflow and add a Permission validator on the Create transition that only group ABC can satisfy.
My suggestion:
Thanks
Jayesh R
Hi Marcelo,
One option would be to create separate workflows for each issue type - even if you just copy the existing one and it is exactly the same. Then associate the workflow with the issue type in the workflow scheme.
Then add a validator for the Create transition based on something like Project Role (you might can do this with a group also, but I don't have Data Center). If using Project Role, you can grant the role access to the group.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @John Funk ,
Thanks for the suggestion! Unfortunately, in Jira Data Center without additional apps, the “Permission Validator” does not allow selecting a group or project role, it only checks for project permissions like Create Issues.
So it seems that with native features only, there is no way to restrict who can create each issue type within the same project. The only native alternatives I see are:
If anyone knows another purely native workaround, I’d love to hear it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ouch - sorry about that. The only other thing I can think of is ScriptRunner - but not native either. Afraid there is probably not a way.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.