get team area information associated with filed against attribute(categories)?
![]()
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.
|
One answer
![]()
Hi Vievek,
i hope the following code will help u. List<ITeamAreaHandle> test = category.getTeamAreas(); variable category is type of ICategory. |
Comments
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.