Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

based on the group designation in the search name

Csány Ambrus
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 30, 2023

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.

1 answer

1 accepted

1 vote
Answer accepted
Michel Neeser
Community Champion
October 30, 2023

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.

Csány Ambrus
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 30, 2023

@Michel Neeser 

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.

Michel Neeser
Community Champion
October 30, 2023

@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.

Suggest an answer

Log in or Sign up to answer