I'm trying to get a Roadmap to display Epics and their child tickets. So I have the hierarchy set to Epics to Sub-tasks. This roadmap is only displaying the child tickets and NOT the epic.
This roadmap is using a saved filter for source data. I think the problem lies in the query itself. Here's what I mean;
Search parameters:
This causes the plan in Advanced Roadmaps to show me ONLY the sub-tasks and not the Epics (Parent).
What I think the query should look like:
Is this possible?
Thoughts?
Karl
You will need to create a filter using the advanced jql. With the basic query search you cannot include "or" statements.
It will be something like: "epic link" = "epic xyz name" or key = xyz-123".
This will give you the epic and the links under epic xyz-123
This will go only one level down. If you want all the hierarchy with detailed jql there are some plugins that you use: https://community.atlassian.com/t5/Jira-questions/JQL-query-to-find-child-issues-of-Initiative/qaq-p/461409
In server, I can't remember if you can use the childissuesof, but give it a try.
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.