Getting a reference to or instantiate a IProjectAreaHandle o
I have posted this question in the extend newsgroup too.
How do a get a reference to or instantiate a IProjectAreaHandle object? If possible, post a sample code showing this. I have a ITeamRepository object at this point. Thanks. -- Sincerely, Ahmed Hadad |
7 answers
On Wed, 07 May 2008 08:45:30 -0500, Ahmed Hadad \(IBM\) wrote:
How do a get a reference to or instantiate a IProjectAreaHandle object? Are you looking for any specific project area, or all of them? - Dmitry |
Yes, I will be looking for a specific project area. To answer your question it would help to know what the criteria are. - Dmitry |
Yes, I will be looking for a specific project area.
-- Sincerely, Ahmed Hadad "Dmitry Karasik" <dkarasik> wrote in message news:fvsd30$qg6$2@localhost.localdomain... On Wed, 07 May 2008 08:45:30 -0500, Ahmed Hadad \(IBM\) wrote: |
I should have specified that my application is not a plug-in. My application
will not be running in the Jazz environment. -- Sincerely, Ahmed Hadad "Ahmed Hadad (IBM)" <ahadad> wrote in message news:fvsdtn$l5j$1@localhost.localdomain... Yes, I will be looking for a specific project area. |
I am writing an external application that will interact with Jazz by means
of the Jazz APIs. The application will not be running in the Jazz environment. My application will be migrating defects (workitem) from other problem tracking systems (Bugzilla, CMVC, CQ and so on) into Jazz. I have accomplish the login operation, and I have ITeamRepository object. I need to get a handle to the IProjectAreaHandle to create workitems there. -- Sincerely, Ahmed Hadad "Dmitry Karasik" <dkarasik> wrote in message news:fvshu4$qg6$4@localhost.localdomain... Yes, I will be looking for a specific project area. |
Specifically Ahmed is trying to migrate CMVC Defects to Jazz workitems using the Item Connector APIs. The architecture is similar in nature to the CQ Gateway, only this is a straight jazz application and not implemented with OSGi bundles.
|
Check the ITeamRepository.itemManager().fetchXXXXItem methods.
These take an IItemHandle and resolve it to an IItem. |
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.