It's all about the answers!

Ask a question

Can I extend the work item UI?


Jia Jia Li (8057152192) | asked Feb 08 '15, 10:11 a.m.
retagged Feb 09 '15, 10:20 a.m. by Evan Hughes (2.4k1318)
In the Eclipse UI, the work item headline has right click popup menu contains copy/copy url/set as current workitem, etc. Can I extend the menu with my own operation?
Thanks!

One answer



permanent link
Ralph Schoon (63.1k33645) | answered Feb 10 '15, 10:21 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Eclipse allows to do all that. Dependent on what you want, the approaches differ. There are multiple extension points for actions, context menu extensions and the like. Yari and plugin spy allow you to locate classes and find extensions. One example is here: https://rsjazz.wordpress.com/2014/02/21/adding-context-menus-for-jazz-objects-to-the-rtc-eclipse-client/ .

The Web UI is a different beast and I have some links for Wiki entries here: https://rsjazz.wordpress.com/interesting-links/


Your answer


Register or to post your answer.