It's all about the answers!

Ask a question

Extending the Query results UI


yogesh arora (86102) | asked Oct 23 '09, 5:13 p.m.
Hi

Is is possible to extend the UI which shows the results of the Query.
I want to add a new menu item to the menu which shows up when you right click of of the works items in the result

Yogesh

2 answers



permanent link
yogesh arora (86102) | answered Oct 27 '09, 12:36 a.m.
Thanks
That was really helpful


Is is possible to extend the UI which shows the results of the Query.
I want to add a new menu item to the menu which shows up when you
right click of of the works items in the result

The Query results UI itself is not extensible at the moment, but as the
items in the list are work items, you can add your own actions via the
Eclipse mechanism of object contributions:

http://www.eclipse.org/articles/article.php?file=Article-action-contribution/index.html#example3

See e.g. com.ibm.team.workitem.rcp.ui.internal.actions.MarkReadAction in
the RTC source code.

--
Regards,
Patrick
Jazz Work Item Team

permanent link
Patrick Streule (4.9k21) | answered Oct 24 '09, 5:07 a.m.
JAZZ DEVELOPER
Is is possible to extend the UI which shows the results of the Query.
I want to add a new menu item to the menu which shows up when you
right click of of the works items in the result

The Query results UI itself is not extensible at the moment, but as the
items in the list are work items, you can add your own actions via the
Eclipse mechanism of object contributions:

http://www.eclipse.org/articles/article.php?file=Article-action-contribution/index.html#example3

See e.g. com.ibm.team.workitem.rcp.ui.internal.actions.MarkReadAction in
the RTC source code.

--
Regards,
Patrick
Jazz Work Item Team

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.