How to create a custom links with a type limit workitems in RTC?
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.
But I want to go a step forward and only to allow add a specifically type workitem. I have created a custom workitem called "Doubt" and I would like the Select WorkItem Dialog UI will set this workitem by default as an unique option.
How can I get this?
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.
But I want to go a step forward and only to allow add a specifically type workitem. I have created a custom workitem called "Doubt" and I would like the Select WorkItem Dialog UI will set this workitem by default as an unique option.
How can I get this?