Hi !
This is my first question in the community!
I need to add a workflow condition: reporter belongs to X group.
Colud you please help me?
You'll need some code to do that as I read it.
You can do "current user is the reporter and the current user is in group X" off-the-shelf.
But I think you're asking for "Check that the reporter of the issue, Chuck, is in group X, when Dave is trying to perform the transition", which is not an option you have.
I'd use the script runner for this, as usual, but there are other add-ons that support scripted conditions, and probably one that could provide exactly that condition.
Thanks, we have already scriptrunner, is it easy to implement? Any quickly idea? I'm not a coder...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It should be. I'm not a proper coder either, but I think you'll want something that can get the list of users in a group, and check if the issue.reporter is in the list.
I would say check for groups in issue.reporter.getGroups(), but there is easy getGroups() function and no way to directly read a user and say "what groups are they in" as far as I can make out.
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.