Hi there,
I am trying to create a roadmap sort of filter to gather all the issues scheduled in the next 8 Sprints along with their 'Parent' issues. This will help to show the upcoming planned work (via Advanced roadmaps) to various senior stakeholders.
How can we do this in Jira cloud without any plugins? The only bit that is still a challenge for me is getting the parent issues in my net (filter).
Please suggest.
Hi @Saurabh Chaudhary ,
Welcome to the atlassian community!!
In native Jira Cloud, there isn't a direct JQL function to search for parent issues (like Epics) of stories within a sprint.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Jira cloud has Timeline (Roadmap) now you can also use AI to generate Timeline.
Create 8 sprints and add stories respectively. Based on the start and end dates, timeline will generate the Roadmap.
Also you can use the below query to pull the issues under Epic
Epic link =ABC-123
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Shiva!
We have done that all. The issue is with reverse query, something that can give us Parent issues by looking at child issues.
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.