How can I get information about plans programmatically?
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
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 |
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
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.