ProjectArea and Iteration
One answer
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:
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,
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