It's all about the answers!

Ask a question

Is there any way to pull RRC artifact id into existing RTC BIRT live report?


Clement Liu (1.5k54249) | asked Apr 19 '13, 9:59 a.m.
edited May 20 '13, 6:28 p.m. by Millard Ellingsworth (2.5k12431)
User has been asking to add a column to existing BIRT report displaying RRC requirement id. The RTC link table only has the RRC URI info but not the id. Thanks.

One answer



permanent link
Fabian Lomeli (2213) | answered May 23 '13, 5:42 p.m.
JAZZ DEVELOPER
I am not expert on BIRT neither I am 100% sure what you are trying to do.  But if you have the RRC resource URI, then you can have its identifier simply by doing a DESCRIBE and look for the <j.3:identifier...> attribute.

You can do DESCRIBE using this format:
https://<server:port>/<rm_or_rdm>/query?accept=*&private=true&describe=<resourceUri>
Example:
https://yourserver.com:9443/rm/query?private=true&accept=*&describe=https://yourserver.com:9443/rm/resources/_Q37WMcO8EeKQh8x3xXP9GA

Comments
Clement Liu commented May 31 '13, 11:59 a.m.

Thanks, Fabian. What is "DESCRIBE"? Is this a SQL command? 

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.