Adding custom links in RTC workitems and add custom handlers on its double click
![]()
I want to add custom links (just like workitems) in the Links section of a workitem. On clicking them, I want to open their respective editor.
How do I create custom entries in the Links section, and how do I add items' listeners ? |
Accepted answer
![]()
creating new linktypes requires building a plugin that must be installed on the server (for web view of the link)
and every eclipse client (for eclipse view of the link).. see Contributing a Link Type
in https://jazz.net/wiki/bin/view/Main/ProgrammaticLinkCreation
please explain the 'their respective editor'.. Atul Kumar selected this answer as the correct answer
|