I need to restrict transition out of state to a specific group. For example once the state is 'Released', only members of 'Release managers' group should be able to move this issue out of Released state.
You could edit the workflow and add a condition to each transition exiting the released status such that only those in the group can transition.
That would work, but my workflow is 'open', meaning there is 'all' transition to every status. Explicitly specifying all transitions would make this workflow unmanageable. I hope for a solution through state properties, something like jira.permission.transition.group , but I can't find anything like that.
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.