Are you in the loop? Keep up with the latest by making sure you're subscribed to Community Announcements. Just click Watch and select Articles.

×
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

JQL function for groupInRole() or memberOfRole()

Hello everyone

I have a custom field: Group, field type: Group picker (single group)

And there is also a software developer project role, which includes certain groups.

How can I use JQL to select queries that are assigned to a group that is not a software developer in the project role?

1 answer

0 votes
Sena Demir _ALMBASE_
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
Mar 08, 2023

Hello Alexey, 

I think the JQL below is what you are looking for. 

assignee in membersOfGroups("Group") AND assignee in usersHavingRoleInProject("Project Name" , "Developer")

assignee in membersOfGroups("") is a default Jira function and the second part of the JQL is provided by the GO! JQL app. 

Here is the documentation page about Project Roles: https://almbase.atlassian.net/wiki/spaces/MDOC/pages/4100555586/Project+Role+User+Property+JQL+functions 

 

I hope it helps. Let me know if you need any assistance. 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events