You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I couldn't find a solution for how to search for a group designation associated with a name for example: Chuck Miller (A/GH-B4).
I would like to save a filter only for the tasks of the GH-B4 team in the example.
So far I have written the names of the group after the "reporter in" function, but the team changes dynamically, which is why it is important.
Hi @Csány Ambrus and welcome!
Assuming that you're talking about groups and not teams, you should be able to achieve your goal with a JQL query like this:
reporter in (membersOf(GH-B4))
You can find the documentation for this function here.
Hope this helps.
Thanks for the quick reply!
I tried this.
If the group is not defined, maybe I can't search for it that way?
You need to add to the Jira system who belongs to that group, or you can also search for "B4" in its name.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Csány AmbrusBecause "reporter" is not a field of type "text", you can't search for partial matches in this field. The only way I see for your case is to utilize the built-in groups or teams, so that you can use them in your queries.
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.