Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Jira Roadmap – how to show select Epics, child Issues

Mike Morper
Contributor
May 4, 2022

Background: My team uses a single Jira project for all activities. For a particular activity, we are tracking 5 Epics and their respective sub Issues. 

Challenge: As I understand it, the default behavior for the Roadmap macro is to slurp in all Epics in the project. To constrain the Roadmap to select items, one needs to create a new Board, then base the Roadmap on that Board. I created a new Board with the following:

issueKey in (MKT-327, MKT-338, MKT-345, MKT-360, MKT-367) ORDER BY key ASC

This represents each of my Epics perfectly fine in the resulting Roadmap, however, my challenge is the child Issues are not present. I was assuming, perhaps erroneously, that the Epic items would be able to expand and collapse but that is not the case. 

Thanks in advance for the recommendations

1 answer

1 accepted

1 vote
Answer accepted
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 4, 2022

Your query limits the data to just your epics so the roadmap has no stories to show!

I would add 

Or (project = mkt and issuetype != epic)

Mike Morper
Contributor
May 5, 2022

Thanks for the quick reply, @Nic Brough -Adaptavist- . But won't that return every item in the Project that is not an Epic? I would need the query to constrain to the Epics defined in my initial query, along with their respective child Issues and subTasks, right?

Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 5, 2022

Yes, that's the point.  The roadmap only works off the issues you choose for the board.  If you hide them from the board, the roadmap can't display them.

Mike Morper
Contributor
May 5, 2022

Gotcha. I figured out a simple query. Works great. Thanks again for the guidance. Here's my query in the event someone is searching to figure out the same:

project = MKT AND parentEpic in (MKT-327, MKT-338, MKT-345, MKT-360, MKT-367) ORDER BY created ASC

Results in a pretty Gantt like this: 

CleanShot 2022-05-05 at 18.18.31@2x.jpg

Like # people like this
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 5, 2022

Excellent, that's a couple of steps forward from my "and issuetype".

I looked at issue type to try to illustrate why stuff wasn't coming out in the context of your starting point.  Project and parentEpic is a far better way to do it here!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events