It's all about the answers!

Ask a question

Can we programmatically get all the teams present in the RTC Project Area


Sanitha Pillai (61710) | asked Sep 29 '16, 8:20 a.m.
 Hi All,

We have a requirement to fetch all the team areas of a particular RTC Project area. Is it possible pro grammatically?.

One answer



permanent link
Miguel Tomico (5001023) | answered Sep 29 '16, 8:31 a.m.

Yes. There are loads of examples in this forum.

For example, have a look at this article nicely written by Ralph:

https://rsjazz.wordpress.com/2012/12/09/analyzing-a-aroject-areas-members-and-roles-using-the-plain-java-client-libraries/

Search for the text:

List teamAreas = projectArea.getTeamAreas();

Your answer


Register or to post your answer.