I have 5 users to whom some issues are assigned. I am looking for a query that returns all issues assigned to them PLUS the epics of those issues (whether epics are assigned to them or not).
Hi, Mohsin!
I don't believe this is doable without plugins (others may correct me later ).
Do you have either ScriptRunner or another plugins to enhance your JQL?
I recall on ScriptRunner you could do:
issueFunction in epicsOf("assignee in (User1,User2)") or assignee in (User1,User2)
Other plugins may have a different function to achieve the same.
You should be able to use a simple "in" statement for assignee, and then in your results be sure to show the Epic Link as a column.
I don't believe you need a plug in for this.
Hello @Filipi Lima , I don't think I have any plugins. However this query is working perfectly for my purpose. Thanks ever so much
You're welcome, Mohsin!
It looks like you're new here. Sign in or register to get started.