How to know if a CR in RTC has a Pending Review in RRC for one of its requirements ?
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
Hello Patricia,
I don't think this is currently possible from RTC side. We can only query on link 'implements requirement'
exists or not.
|
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
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.