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
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)
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???
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.