Hello community,
I want to create an automation that checks the mentioned users in a comment to see if they are part of a specific group.
Do you have any ideas on whether this is possible, and if so, how the condition for the check should look?
Cheers, Sven
Hi @Sven
Just following up to learn if you solved this question yet.
If not...a mentioned user cannot be directly checked for group membership, but a couple of work-arounds are:
Kind regards,
Bill
hi @Sven
JQL does not support to search the mentioned user with type = group. I thinks you maybe try hard code in JQL condition by list down one by one user in group you want, like below:
comment !~ userID-1 and comment !~ userID-2 and comment !~ ....
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.