How to extend RTC workitem UI with a custom modal dialog
Is it possible to add a button on work item editor, so that on clicking it a custom dialog shows up, where user can make some search actions and on dialog closing a selected value goes back to a field on work item editor?
|
2 answers
sadly no. You cannot extend an existing Workitem UI.
you CAN create a whole NEW attribute and implement your UI there (within limits). See contributing attribute presentations Comments
Aliaksei Gizheuski
commented Nov 28 '13, 10:33 a.m.
Hi Sam, thanks for answer. It might be a possible solution.
you must implement some UI for all clients. there is no 'default' UI.
Aliaksei Gizheuski
commented Nov 29 '13, 8:20 a.m.
what if I just skip implementation of Eclipse GUI - should a web browser client work anyways?
sam detweiler
commented Nov 29 '13, 8:24 a.m.
sure... of course it won't work with the eclipse client. I think there are enough exception handlers to keep eclipse running..
Aliaksei Gizheuski
commented Nov 29 '13, 10:09 a.m.
thanks, sam!
|
sam detweiler, I've added only web ui part (com.ibm.team.workitem.example.web.zip) from the article contributing attribute presentations to RTC, but this plugin hasn't started. What could be the problem? Can you help me.
Comments
sam detweiler
commented Dec 18 '13, 11:05 a.m.
can u look at the ccm/log on the server (this is a server only plugin) and see if there are any reported issues?
Denis Maliarevich
commented Dec 18 '13, 12:23 p.m.
I've found the problem: i renamed the eclipse project but didn't change names in plugin.xml. With default values it started well.
sam detweiler
commented Dec 18 '13, 9:26 p.m.
sorry, I don't know the answer to this. I am not very experienced with the web ui extensions.
|
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.
Comments
Hi Aliaksei,
Did you got the solution for adding the button? Similar problem I have been also facing.