Hi!
My goal is to restrict the ability to edit fields on closed tickets to only a group of Administrators.
I already managed to restrict almost every field on a ticket (epic link, story points, reporter, etc) using the property key jira.permission.edit.group.1=administrators, but for some reason, assignee is still able to be edited by non-admin users after the ticket has been closed.
How can I go about preventing this field from being edited post-close (except by admins)?
Welcome to the Atlassian Community!
You're almost there already with Jira.permission.edit.group - assigning an issue is a separate permission, so add another similar property - Jira.permission.assign.group
Thank you! I did add that permission property in, but it seems that users without admin permission can still edit the assignee field post-close.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hmm. Could you try a complete block
Jira.permission.assign.denied
Documented at https://support.atlassian.com/jira-cloud-administration/docs/use-workflow-properties/
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.