Java code to get iteration end date?
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
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
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