Hi!
I'm attempting to add a workflow permission so only admins can edit issues at a certain status. The problem I'm running into is that non-admins (not part of the group I've selected), can still edit the Assignee field. I've tried adding a "denied" permission as well as an "editable" "False" permission but then it just locks it for all (including admins). Is there a way to allow admins to edit all fields at a status, but then lock down ALL fields for non-admins? I feel like I've got to be missing something simple.
Hello @Kaitlin Madsen
Do I understand correctly that when you added
...that did block users not in the "administrator" group from editing the issue fields? But the were still able to edit just the Assignee?
When you then attempted to deny the ability to edit the Assignee, exactly what property and value did you add?
Did you try adding the following?
key: jira.permission.assign.group
value: administrator
That should block all users but those in the administrator group from changing the Assignee.
Ah thank you! That second one was the one I was missing!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Add an Edit transition with a screen that will have the fields(condition to allow only admins to edit the fields).
Does it make sense? otherwise I can elaborate.
Best,
Fadoua
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.