Add custom button to header of RTC workItem
Hi All ,
I went through link https://jazz.net/forum/questions/86329/add-custom-button-or-image-on-rtc-ui
and even the link https://jazz.net/wiki/bin/view/Main/ContributingAttributePresentationsV2
Is there way I can create one plugin and it will work for both RTC web as well as client RTC? and
can I add this button to header of workItem?
And later I may be I want to extend code to execute some other jar which will take some actions on oher application.
Thanks,
Kavita
Accepted answer
I have not found a solution to that question. So I think the answer is no. There is an extension point to add an action to the web UI, but I was unable to find the same for the Eclipse UI.
Comments
Thanks Ralph. The other question on star button is not working in eclipse, It shows error for 603 version of jts and eclipse as below, So Can I get more details on star button on RTC eclipse 603 & imported jars to plugin project?
ENTRY org.eclipse.ui 4 0 2018-02-08 11:26:24.615
!MESSAGE Unhandled event loop exception
!STACK 0
org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NoClassDefFoundError: com/ibm/team/ui/editor/ITeamFormPartSite)
at org.eclipse.swt.SWT.error(SWT.java:4083)
at org.eclipse.swt.SWT.error(SWT.java:3998)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:137)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4041)
Consider to ask a new, more specific question on this.
I have no cycles to explore that example.