Hi all,
I've been looking around for a way to enable a specific group of users to edit non-editable issues.
For instance :
Status "closed" has property jira.issue.editable = false
Would like to add something like jira.issue.editable.usergroup = XYZ
However i cannot figure out the proper syntax (if it ever exists)
But i'd like to do it without using project roles.
I couldn't get the UserGroup ID so i tried jira.issue.editable.usergroup = "Edit Locked Issues" to no avail.
Thank you for your help
Finally found my way through it.
In Groups management :
- Add allowed users to named group : "Edit Closed Issues"
In Workflow management :
- Add jira.permission.edit.group = Edit Closed Issues to state properties
- Remove jira.issue.editable = false property from "Closed" statuses
- Publish workflow draft.
In PermissionScheme :
- Add permission to "Edit Issues" to group "Edit Closed Issues"
Seems to work for me on downloaded Jira 5.1.4
You can find the groups names at
Admin->users->groups.
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.