It's all about the answers!

Ask a question

How to get iterations which belongs to specified team area using plain java API?


Andrew Ciaz (59147) | asked Dec 17 '19, 6:50 a.m.

 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


permanent link
Ralph Schoon (62.7k33643) | 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

Comments
Andrew Ciaz commented Dec 18 '19, 5:06 a.m. | edited Dec 18 '19, 5:20 a.m.

@Ralph Schoon Thanks for answer

Your answer


Register or to post your answer.