It's all about the answers!

Ask a question

Java code to get iteration end date?


Dana Price (121) | asked Nov 02 '09, 12:15 a.m.
Is it possible to extract the begin and/or end dates via the Java client (using IIterationHandle, the DevelopmentLine, or the like)?

I'm able to get the iterations (targets) for work items now, but am having trouble finding how to then know the dates associated with those iterations.

Thanks again for any help.

Dana

One answer



permanent link
Sridevi Sangaiah (59179) | answered Nov 02 '09, 8:48 a.m.
JAZZ DEVELOPER
Is it possible to extract the begin and/or end dates via the Java client (using IIterationHandle, the DevelopmentLine, or the like)?

I'm able to get the iterations (targets) for work items now, but am having trouble finding how to then know the dates associated with those iterations.

Thanks again for any help.

Dana


You can get the full iteration object (IIteration) using IItemManager API and invoke getStartDate()/getEndDate().

For more details on Items and ItemHandles please refer - http://jazz.net/forums/viewtopic.php?t=6417.

- Sridevi
Jazz Process Team

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.