Hi, guys.
I have the following scenario:
Release10 that has as predecessor Release9.
Release9 that has as predecessor Release8.
......
Release2 that has as predecessor Release9.
Now, I have some issues that have in the Planned Target Release field some of those releases.
I have to build a query that takes as input a Release (e.g Release7) and returns all issues that have as Planned Target Release the Release7 or Release6 (which is the predecessor of Release7) or Release5 (which is a predecessor of release6) and all the way down on the hierarchy.
Is there a way to build such a query? Or a Report?
Thanks in advance.