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

Search if CREATOR is in GROUP

Niels Christian Goerz
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!
December 16, 2024

I'd like to use JQL to check, if the creator of an issue is in a certain group.

Something like

creator in "Group ABC"

However "in" is the wrong operator here, as "in" expects a list. 

 

So, is there some command I can use to list all members of the group ABC?

Or is there a different operator than "in"?

2 answers

1 vote
John Funk
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 16, 2024

Hi Niels - Welcome to the Atlassian Community!

Try using: 

creator in membersOf("Group ABC")

1 vote
Aaron Pavez _ServiceRocket_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 16, 2024

Hi @Niels Christian Goerz 

You can use membersOf. That will query based on a group.

creator IN membersOf("jira-admins-xxxxx)

This will query the jira-admin group.

More on that here:

https://support.atlassian.com/jira-service-management-cloud/docs/jql-functions/

membersOf()

Perform searches based on the members of a particular group.

Regards

Niels Christian Goerz
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!
December 16, 2024

Brilliant - works like a charm, thank you so much for the super-fast answer. I couldn't find it in the quick guide and never thought to dive into the depths of the documentation. My bad.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events