It's all about the answers!

Ask a question

How can I get information about plans programmatically?


Robert Siara (821014) | asked Dec 02 '12, 5:54 a.m.
Hi,

whether it is possible to obtain simple information about the plans, using plain java API?

Such as: WorkItem assigned to the plan, the ranking of workitems, the progress of workitems
,division of work  on people?


2 answers



permanent link
sam detweiler (12.5k6195201) | answered Dec 02 '12, 9:32 a.m.
you call that simple?!.. list of the workitems in a plan is enough of a challenge..

there is an undocumented set of classes thru the IIterationPlanClient.

        /*
         * IIterationPlanClient planClient = (IIterationPlanClient)
         * teamRepository.getClientLibrary(IIterationPlanClient.class);
         */

in com.ibm.apt.client, common and api.common

permanent link
Robert Siara (821014) | answered Dec 02 '12, 6:04 p.m.
edited Dec 02 '12, 6:06 p.m.
From my side, I see That like a Plan with attached workitems reference .That does not sound bad : )


I will be very grateful for any help in this topic. Thank You @sam for this informations.

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.