We have a requirement to allow certain groups of users to edit closed tickets. This can currently be done be administrators only. We have turned off the general editable functionality for closed tickets as we do not want external clients to have this ability. Is there a way to allow specified internal users to edit closed tickets without allowing all users?
If you want to do it per project and not globally, create a transition in the work flow from Closed to Closed (to itself). The set a permission validator on this transition as needed and assign a custom screen which contains the fields you want to allow to edit.
I meant Conditions, not Validators.
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.
Yes, you can set properties that say stuff like "not editable, except by group X" (same place you found the general "issue editable" flag)
See https://confluence.atlassian.com/jira/workflow-properties-189949.html
The obvious example is in the doc, as you'd expect - jira.permission.edit.group=jira-administrators limits edit to just administrators.
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.