It's all about the answers!

Ask a question

get team area information associated with filed against attribute(categories)?


vivek chaudhari (1346) | asked Oct 11 '12, 3:43 p.m.
Basically I have got category name, Lets call it "XYZ" then how do i get team areas which are associated with category "XYZ"? Then I would get members associated with that team area. But first I need to get team area. Please mention all the required services as well since this is my first plugin creating therefore I lack background and structure of API as well.

Comments
Ralph Schoon commented Oct 15 '12, 6:12 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

Vivek, I have not done that either. I have tried it once, but did not have the time. If I get a chance, I will look at it.

One answer



permanent link
pugazhenthi samidurai (26423742) | answered Oct 15 '12, 8:16 a.m.
Hi Vievek,

i hope the following code will help u.

  List<ITeamAreaHandle> test = category.getTeamAreas();

variable category is type of   ICategory.

Your answer


Register or to post your answer.