Hello :) I need some help to figure out, how to get a list of all parent issues for the tasks, assigned to the current Sprint (or each particular sprint).
Example:
I need to get all parents of an issues in sprint S, e.g. list of issues D,E,F.
Unfortunately, there are no special plugins for that and I can't install any :(
Solved! Go to Solution.
Thanks for an idea ^^ But this script shows as the result child issues of an initial "Issues A, B, C (type =Story)" , while I need Parent issues. But I'll try to use another variations of this script with other functions, to get what's required :)
Hi Natalya,
Your use case seems to match what our app Structure for Jira is often used for. You can use Automation to Insert issues from specific sprint (using JQL sprint="sprintName") then Group by linked issues (or, if D,E,F are epics, group by epics), resulting in a hierarchy of Parent>Child. You can even insert issues from different sprints, then group them by parent and by sprint, resulting in a hierarchy Sprint>Parent>Child.
If you are interested in such approach, you can look at our sandbox environment and check our quick-start guide. You can send any specific questions to support@almworks.com
Regards,
Egor Tasa
ALM Works
Thank You :) yet, there is no way to install such app in that case.
Recommended Learning For You
Level up your skills with Atlassian learning
Learning Path
Apply agile practices
Transform how you manage your work with agile practices, including kanban and scrum frameworks.
Learning Path
Configure agile boards for Jira projects
Learn how to create and configure agile Jira boards so you can plan, prioritize, and estimate upcoming work.
Jira Essentials with Agile Mindset
Suitable for beginners, this live instructor-led full-day course will set up your whole team to understand how to use Jira with an agile methodology.