Forums

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

Issues For My Assignment Groups

Kieron L. Jones
Contributor
July 7, 2023

Hi All,

I need to find all issues that have been assigned to Assignment Groups, that I am a manager of. 

** We are using Asset - Groups and Users **

Example: I am a manager of 5 Assignment Groups.

I have a request for a filter to provide a list of all Issues assigned to members of those groups.

I would expect to create a filter such like:

"Issues Where The Assignment Group Manager = "me" "

I don't believe that this is possible in JIRA without some kind of plug-in.

Does anyone have any bright ideas?

TIA

1 answer

2 votes
Rilwan Ahmed
Community Champion
July 7, 2023

Hi @Kieron L. Jones ,

There is no group manager/owner concept in Jira. So try below JQL and check if this solves your query. You can add more conditions like Project, resolution etc. 

Assignee Group in (XYZ, DEF, LMN)

Kieron L. Jones
Contributor
July 7, 2023

Thank you Rilwan.

I have completed further investigation and can confirm that this works:

"Assignment Group" IN aqlFunction('objectType = \"Groups\" AND \"Manager\" = John Doe')

But this does not:

"Assignment Group" IN aqlFunction('objectType = \"Groups\" AND \"Manager\" = currentUser()')

It seems that the CurrentUser() function is not working / or available, in AQL???

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events