Is there any way to pull RRC artifact id into existing RTC BIRT live report?
![]()
Clement Liu (1.5k●5●42●49)
| asked Apr 19 '13, 9:59 a.m.
edited May 20 '13, 6:28 p.m. by Millard Ellingsworth (2.5k●1●24●31)
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
![]()
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 |