Adding links to a RRC and RQM project from many RTC projects programatically
Has anybody tried to create links fom a/more RTC project to an existing RRC and RQM project programatically.
What we want to do is create a scheduled job which searches for RTC projects craeted since its last run and add links to an existing RRC and RTC project.
Any kind of help/guidance will be highly appreciated.
5 answers
A good place to get started with the OSLC REST API is the workshop article at https://jazz.net/library/article/635.
It contains a good introduction, plus getting started with working code.
It contains a good introduction, plus getting started with working code.
Although it does not appear you need a RQM API for your scenario, there are two public APIs available if necessary:
RQM OSLC API
RQM Reportable API.
RQM OSLC API
RQM Reportable API.
Apparently the sample code in the workshop https://jazz.net/library/article/635. Has no sample for linking RRC object.
Please provide linking example.
Thanks
Please provide linking example.
Thanks
Although there are no samples specifically addressing how to add/remove links programmatically, we did provide a sample on how to modify an attribute of a requirement. I think that this sample along with the information provided in this article can provide the how-to info for adding/removing links programmatically. See section 6 "adding/removing links" in https://jazz.net/library/article/1197