It's all about the answers!

Ask a question

Which Data Table has work item Approver name and Status?


Tim Fuller (471328) | asked Nov 14 '16, 7:12 p.m.
I'm trying to construct a SQL query in Report Builder that will list the pending reviews and approvals with their name.  But I can't find the data table listed in the Data Dictionary.  I've tried the Data Dictionary under Rational CLM 6.01 (the version we're on), the data dictionary on jazz.net, and the Rational Insight dictionary but with no luck.  The data dictionary for RTC on jazz.net does list an Approval table, but using that table name in the SQL query returns an error. 

Here's what I tried:
SELECT
APPROVER_ID
FROM RIDW.REQUEST_APPROVAL

also tried

SELECT
APPROVER_ID
FROM RIDW.VW_REQUEST_APPROVAL

Suggestions?

One answer



permanent link
Francesco Chiossi (5.7k11119) | answered Nov 15 '16, 5:39 a.m.
Hello Tim,

I've checked in my 6.0.2 test environment and there is some approval data in the following tables:
RICALM.REQUEST_APPROVAL
RICALM.REQUEST_APPROVAL_DESCRIPTOR
RICALM.REQUEST_APPROVAL_STATE
RICALM.REQUEST_APPROVAL_TYPE

I don't know if it's complete or if it provides the information you need, but it might be worth having a look.

Best Regards
Francesco Chiossi

Your answer


Register or to post 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.