Skip to main content
1-Visitor
June 4, 2015
Question

Complex recursive query

  • June 4, 2015
  • 0 replies
  • 949 views

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.