How to add new relationships in Quick Information
One answer
Hi,
the Quick Information configuration can only configure existing link types, you would first have to contribute a new link type via plugin.xml (i.e., an additional plug-in) which would then show up in the configuration UI. https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/34272 is tracking the request to allow new link types to be introduced through the process configuration. The last section of https://jazz.net/wiki/bin/view/Main/WebHome?topic=ProgrammaticLinkCreation shows an example of how to introduce new link types through a new plug-in.
Regards,
Christof
Jazz Work Item team
Justin_wzy wrote:
the Quick Information configuration can only configure existing link types, you would first have to contribute a new link type via plugin.xml (i.e., an additional plug-in) which would then show up in the configuration UI. https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/34272 is tracking the request to allow new link types to be introduced through the process configuration. The last section of https://jazz.net/wiki/bin/view/Main/WebHome?topic=ProgrammaticLinkCreation shows an example of how to introduce new link types through a new plug-in.
Regards,
Christof
Jazz Work Item team
Justin_wzy wrote:
Hi, pals,
I want to add a new pair of relationship in Quick Information called
'Impacts' and 'Impacted By'.
I do not know how to fill Link Target and Endpoint.
Could someone help?