It's all about the answers!

Ask a question

How to know if a CR in RTC has a Pending Review in RRC for one of its requirements ?


patricia sorenson (111) | asked Jun 25 '14, 11:35 a.m.
Hi, Using CLM 4.0.2.  We're looking for a way to identify  Change Requests in RTC that have linked 'implements requirement' artifacts which are on a pending (in progress) review in RRC.  The development team wants to see whether a change request in RTC has an open review, and not have to look in RRC to find all the reviews.  I know there is a widget/query to show 'Pending Approvals for me', but this focus is on the individual, not the change request that has a linked RRC artifact in review.  Anyone know how to do this?

2 answers



permanent link
Eric Jodet (6.3k5111120) | answered Jun 26 '14, 4:40 a.m.
JAZZ DEVELOPER
 Hello Patricia,
I don't think this is currently possible from RTC side. We can only query on link 'implements requirement'
exists or not.

permanent link
Eric Jodet (6.3k5111120) | answered Jun 26 '14, 4:43 a.m.
JAZZ DEVELOPER
 The way around would be to create a Java Client or use OSLC, to:

1 - query and retrieve all RTC items that have implements requirement attribute set
2 - for each retrieved RRC item, check status
3 - list those that are pending review

Your answer


Register or to post your answer.