I have been trying to update properties on a status type to restrict the transition permission to a specific group. (I only want people in this group to be able to perform this function)
I have tried several of the ticks on this sheet and am wondering if there is updated information available.
https://www.j-tricks.com/tutorials/permissions-based-on-workflow-status
I was able to successfully deny the ability to transition for everyone with this (as I was testing):
jira.permission.transition_issue.denied
But when trying to specify a group I had conflicting information. I tried this:
jira.permission.transition_issue.Group=PM_Sprint
(PM_Sprint is the group)
This failed
Then I tried this:
jira.permission.transition_issue.granted.group=PM_Sprint
Also failed.
Any assistance would be appreciated.
If you want to restrict a workflow transition to be available for users in a certain group, the best approach is to add transition condition for the workflow.
See the documentation and use the property Condition --> 'User Is In Group' to open the transition only for the user group members.
Thank you ever so much for the quick more productive solution to my issue. You rock!!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
why make it with properties instead of a condition on the transition to the status that you want to deny that? that should be easier to config you should have a condition named something like user is in group.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To elaborate. We have developers that are working on issues and moving them forward in the workflow that are not assigned to a Sprint. Our client DOES NOT have Scriptrunner. Basically, I need issues in the status I created (No Sprint Assigned) to be restricted from being transitioned unless the user is in a specified group. Does this clarify?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You don't need scriptrunner to do so. Just edit the transition that goes to out of that status (if understood correctly you don't want users to move the issues to the next status) and add a condition over there
Then just pick the group you want and that should be it. I made that printscreen without any apps on the environment
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.
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.