Hello,
All Epics in my project are linked as child to a task which represent sub-project.
In the example bellow, you can see that my Epic is child of NAG-2.
What I need to do is to retrieve all Epics child of a sub project, I tried the following JQL which works fine for subtasks but it does not return the Epics:
Any ideas?
Solved: issuetype = Epic AND issue in linkedIssues(NAG-2)
@Haidar Hajj-Alitry this JQL query
issuefunction in linkedIssuesOf("project = XYZ", "is Epic of")
Best!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Thomas,
Thanks for you reply
Your JQL works well when I have an Epic to get its childs.
In My case I have a task : NAG-2, which is parent task of of GLOB-4, 5, 6 and 7 (Epics).
GLOB-4, 5, 6 and 7 are flaged as subtask of NAG-2 in link issue section.
So the JQL is not working well for my case.
Any other ideas?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Haidar Hajj-AliMost likely your question was not clear to me ;) but good you have your answer your self.
Best.
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.