It's all about the answers!

Ask a question

Get source code of import plugin of Eclipse


Jérémy Friant (10711) | asked Sep 30 '14, 12:24 p.m.
 Hi,

I would like to get the source module : Import -> Team -> Work Items from CVS.
My goal consist to expand the functionality of this module. Could you tell me where i can retrieve it ?
More, All informations on this code interested me.

thank you

Regards

Jérémy

Accepted answer


permanent link
Arne Bister (2.6k12832) | answered Oct 01 '14, 11:42 a.m.
JAZZ DEVELOPER
Jeremy,

using the built-in Plugin Spy from Eclipse (Shift+ALT+F1) it seems that this UI is calling com.ibm.team.workitem.rcp.ui.internal.wizards.inport.WorkItemImportWizard

You can find the associated source code in the RTC SDK which is available for download on jazz.net
Notice that this part of the API is internal so it is not recommended to make extensions since it could change in future editions of RTC. But you might be able to work out your own import wizard from this source.

If this answers your question please mark this as accepted.

- Arne
Jérémy Friant selected this answer as the correct answer

Comments
Jérémy Friant commented Oct 03 '14, 4:29 a.m.

Hi Arne,


Thank you for your answers .
I found  the associated source code in the RTC SDK.
My goal is just to add to this plugin an module to change the .CSV input.

Do you know how proceed to start after changing the import .CSV? What is the first class of the plugin, ImportWorkitemsMainPage.java ?

Best regards

Jérémy

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.