Hello all, I am struggling with a JQL to find the following scenario:
I have 200 projects within project category A
I have other 800 projects within project category B
I need to see all stories created under projects from category B which are associated to Epics (epic link) created within category A.
No matter other filters.
Can you help me? I have tried using linkedIssuesOf sort of JQL but I am not getting the results I expect.
BTW, I have ScriptRunner plugin up and running
Hello @Luiz Gregorio
With Script runner it's pretty starightforward
I need to see all stories created under projects from category B which are associated to Epics (epic link) created within category A.
issueFunction in issuesInEpics('category = A') and type = story and category = B
@Tarun Sapra thank you very much, I have tried much more complex solutions, never thought of something so simple.
Worked perfectly.
Thank you again!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.