Extending the Query results UI
2 answers
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
Thanks
That was really helpful
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
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