Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Automation if mentioned user is not in group

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

2 answers

0 votes
Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Nov 22, 2023

Hi @Sven Schmitting 

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:

  • Temporarily assign the user to the issue, use the User Condition with "user is in group" and specify the group, and then re-assign the issue back
  • Use a Send Web Request to call the REST API function to get all users in the group, and then check if your mentioned user is present.

Kind regards,
Bill

hi @Sven Schmitting 

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 !~ ....

 112.png

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events