How to get iterations which belongs to specified team area using plain java API?
Hi all,
I am successfully fetched iterations from project area but it gives me current iterations for all the team areas but my requirement is I only need specific team area iterations. Please help me to finding the solution
|
Accepted answer
Ralph Schoon (63.3k●3●36●46)
| answered Dec 17 '19, 10:56 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Dec 17 '19, 11:00 a.m.
For all I know the team areas are associated to the timeline/development line and not to the iterations.
I had a quick look, and I would suggest trying
com.ibm.team.workitem.common.IAuditableCommon.getDevelopmentLine(ITeamAreaHandle, IProgressMonitor). The iterations are defined in the development line.
Andrew Ciaz selected this answer as the correct answer
|
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.