Why doesn't the advanced roadmap show expansion arrows for all epics?

Kurt Smith June 30, 2021

I've set up a plan that uses a query to pull in several epics but the expansion arrow is only showing for one of the epics

1 answer

1 accepted

0 votes
Answer accepted
Trudy Claspill
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 30, 2021

Can you show us a screen image of the roadmap, and the filter you are using?

Kurt Smith July 1, 2021

As you can see Epic 895 has more than one story but is not presenting with an expansion arrow in the Plan.  Also, why don't Epics with one story present an expansion arrow?

Capture.PNG

 

Capture.PNG2.PNG

Trudy Claspill
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 1, 2021

Can you show us the filter you are using for this roadmap?

Kurt Smith July 4, 2021

Yes, sorry, here it is:

 

project = OPS1 AND issuetype in (Epic, Story) AND status in ("In Progress", "QA In Progress", "To Do") AND text ~ MPDT ORDER BY cf[10020] ASC, created DESC

Kurt Smith July 6, 2021

The problem is the query.  Can someone help us develop a query that will pull all Epics with MPDT in the summary and then all the stories assigned to those Epics?

Trudy Claspill
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 6, 2021

Do you have any Jira JQL extending marketplace apps available in your Jira instance?

Jira's native JQL functionality can't build the filter you need.

Kurt Smith July 6, 2021

We found a way to fix this for now...

Trudy Claspill
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 6, 2021

Can you share your solution?

Kurt Smith July 6, 2021

project = OPS1 AND issuetype in (Epic, Story) AND status in ("In Progress", "To Do") AND (labels = MineEng OR summary ~ MPDT or summary ~ AU) ORDER BY issuetype ASC, priority DESC, "Epic Link" ASC, created DESC

We put labels on the stories and then used the above query...works fine in the Plan now

Suggest an answer

Log in or Sign up to answer