It's all about the answers!

Ask a question

Possible to get ITeamArea from Component, Baseline, Stream?


Srimanth Gunturi (206125) | asked May 07 '08, 3:12 p.m.
JAZZ DEVELOPER
Hello,
From a UUID I am able to get to either a component, baseline, or
stream. Is it possible from these to retrieve which TeamArea it belongs to?
Thanks.

One answer



permanent link
Dmitry Karasik (1.8k11) | answered May 07 '08, 3:12 p.m.
JAZZ DEVELOPER
On Wed, 07 May 2008 15:12:20 -0400, Srimanth Gunturi wrote:

From a UUID I am able to get to either a component, baseline, or
stream. Is it possible from these to retrieve which TeamArea it belongs
to? Thanks.

Components and baselines are not scoped to a TeamArea.

Streams are, you can get the TeamArea they belong to by calling
stream.getOwner();

- Dmitry

Your answer


Register or to post 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.