ProjectArea and Iteration
Hi,
I've seen it, but can't find it again. Given the name of a project area "Project A" what is the easiest method of obtaining the IProcessArea object? Also given the identifier of an iteration, how can I obtain it's object? Cheers, Michael |
One answer
Jared Burns (4.5k●2●9)
| answered Jan 07 '09, 12:08 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
There are APIs on the Process client library (IProcessClientService) and
the Process server library (IProcessServerService) to retrieve process areas given their ID. Just create a URL containing the project area id and you'll be set. You need more than just an ID to retrieve an iteration. You have to retrieve the relevant project area, then the relevant dev line in that project area, and then any parent iterations. Jared Burns Jazz Process Team michaelbaylis wrote: Hi, |
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.