How to create a custom link to RQM test cases in the RTC app.
I have followed a tutorial "Creating a New Link Type" (https://www.ibm.com/developerworks/community/blogs/extendingrtc/entry/newlink?lang=en) to create custom links to RTC workitems.
The idea here is to make an extension plug-in of type com.ibm.team.repository.common.linkTypes and set the itemreferencetype's packageURI to "com.ibm.team.workitem". It works just fine for RTC workitems.
The question is which type should be set to itemreferencetype to make it possible to create custom links to RQM
The idea here is to make an extension plug-in of type com.ibm.team.repository.common.linkTypes and set the itemreferencetype's packageURI to "com.ibm.team.workitem". It works just fine for RTC workitems.
The question is which type should be set to itemreferencetype to make it possible to create custom links to RQM
test cases?
2 answers
Try:
<itemReferenceType
itemTypeName="VersionedTestCase"
packageURI="com.ibm.rqm.planning"/>
<itemReferenceType
itemTypeName="VersionedTestCase"
packageURI="com.ibm.rqm.planning"/>