Complex RTC queries on depends relations - multiple criteria to same depends
![]()
Hi all,
what I'm trying to do, is to get a list of all work item that:
If this is not possible, I'm thinking I can easily write this using the java code API. My next question is then:
/Morten.
|
Accepted answer
![]()
Ralph Schoon (61.8k●3●36●43)
| answered Jun 22 '18, 5:25 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Hi Morten,
Morten Madsen selected this answer as the correct answer
Comments
Thanks Ralph.
I went for a work around, where I am showing two different queries on my "IT Operations" dashboard:
* All work items for current release with DEPENDS_ON where the depends_on.status != "ready for production".
* All work items NOT on current release where status is NOT resolve AND it BLOCKS a work item on current release.
This way by "turning the query around" and selecting the blocking work items, I can kinda get what I want.
|
One other answer
![]() Morten, Have you looked at getting this from Report builder / JRS? Matt |