Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Which Data Table has work item Approver name and Status?

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?

0 votes



One answer

Permanent link
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

2 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Nov 14 '16, 7:12 p.m.

Question was seen: 2,970 times

Last updated: Nov 15 '16, 5:39 a.m.

Confirmation Cancel Confirm