Information about com.ibm.team.workitem.rcp.ui.workItemViewP
I thought that the extension point:
com.ibm.team.workitem.rcp.ui.workItemViewPages concern with the displaying the work item in the client RTC. PLUGIN.xml :
Class file:
I tried to write the following code, with the hope to open a dialog message when a work item is opened. It don't work. Someone knows how to do this? |
7 answers
com.ibm.team.workitem.rcp.ui.workItemViewPages This extension point is internal and is used for the initial views of the work item explorer. Can you describe what your scenario is? Opening a dialog along with the opening editor sounds unusual to me. -- Regards, Patrick Jazz Work Item Team |
com.ibm.team.workitem.rcp.ui.workItemViewPages This extension point is internal and is used for the initial views of the work item explorer. Can you describe what your scenario is? Opening a dialog along with the opening editor sounds unusual to me. -- Regards, Patrick Jazz Work Item Team I used the scenario of Dialog only to make a concrete example of the extension point that I would like to trap. I'd like to catch the moment when a user, in Rational Team Concert, opens the editor to create or view a work item, to execute a code of my plug-ins that I have alredy developed. |
It 'impossible to achieve what is required?
|
It 'impossible to achieve what is required? up |
It 'impossible to achieve what is required? We have no hooks to participate in the opening of the work item editor. Depending on what you are actually trying to do, adding a listener to the work item working copy registry might be an option. If it is really about participating in the opening of a work item editor, you could implement and configure a custom attribute presentation (which could be hidden) that contains your code. -- Regards, Patrick Jazz Work Item Team |
It 'impossible to achieve what is required? We have no hooks to participate in the opening of the work item editor. Depending on what you are actually trying to do, adding a listener to the work item working copy registry might be an option. If it is really about participating in the opening of a work item editor, you could implement and configure a custom attribute presentation (which could be hidden) that contains your code. -- Regards, Patrick Jazz Work Item Team How i can insert my code in hidden attribute? |
How i can insert my code in hidden attribute? Please see: https://jazz.net/wiki/bin/view/Main/ContributingAttributePresentations http://jazz.net/library/article/130 -- Regards, Patrick Jazz Work Item Team |
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.