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
Can you show us a screen image of the roadmap, and the filter you are using?
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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you show us the filter you are using for this roadmap?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.