Our source librarian gets issues assigned to him in the "Open" state, so the workflow is being bypassed. The librarian only job is to merge new.modified code after the process has been followed...
How can I prevent issues from being assigned (ie. hit the "Assign" button on open issues) to the librairan user?
See Jobin's answer on this post
https://answers.atlassian.com/questions/58269/how-can-i-filter-the-asignee-list
You can have a group that does not include the librarian in this case.
The property that works for me is jira.permission.assignable.group not jira.permissions.assignable.group (no "s" in permission)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The property that worked for me is jira.permission.assignable.group not jira.permissions.assignable.group (no "s" in permission)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There are many ways to accomplish this task. I would initially try putting your librarian into its own group and remove the librarian from the group you use to assign users. The new group would have the same permissions/roles assigned.
Then use the condition by group to set which set of users make the transition.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Norman,
Unfortunately it is not directly related to a workflow transition, I need to prevent people from "re-assigning" (ie. pressing the Assign button), to a specific user while in the Open state, or any other developer states...
I think it needs to be a property of the state, I have tried using this property in
jira.permissions.assignable.group=jira-developers
of which the librairan is not a member of, but this doesn't do anything...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
My bad, i did not publish the change, and the step property above does actually work...
Thanks
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.