How to get associated category for a team?
Hello,
I am having team structure as follows, Project Area A Team A SubTeamA1 SubTeamA2 Team B SubTeamB1 SubTeamB2 And categories are associated as follows, Category Name Associate with SubTeamA1 -> A/Team A/SubTeamA1 subTeamB1 -> A/Team B/SubTeamB1 Likewise there are number of teams at following after A. I am developing value set plugin. Now, I want a list of all categories under A(Start with A/...). How to get this? Thanks in advance. |
One answer
Ralph Schoon (63.6k●3●36●46)
| answered Sep 24 '15, 3:10 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER /** * Print the Categories for a given Process Area * * @param teamRepository * @param processArea * @param monitor * @throws TeamRepositoryException */ private static void printProcessAreaCategories(ITeamRepository teamRepository, IProcessArea processArea, IProgressMonitor monitor) throws TeamRepositoryException { IWorkItemClient workItemClient = (IWorkItemClient) teamRepository.getClientLibrary(IWorkItemClient.class); List Comments
Avinash Bamane
commented Sep 24 '15, 5:48 a.m.
Hello Raplh,
If you want to do this kind of stuff, I would suggest to enable yourself to do it.
|
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.