RTC 6.0: how to get workSpace owned/created by user in Plan Java API
Hi All ,
I am able to get list of all the work spaces but i need filter out for all the work spaces owned/created by perticular/current user. Any help would greatly appreciated.
|
Accepted answer
Hey I got the answer. Here is the code for getting workspaces for exact owner.It might help someone :) //Set the criteria for workspace List<IWorkspace> iWorkspaces = repository.itemManager().fetchCompleteItems(workspaceList, IItemManager.DEFAULT, null);
Ralph Schoon selected this answer as the correct answer
|
One other answer
Ralph Schoon (63.3k●3●36●46)
| answered Feb 01 '17, 7:47 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER I would suggest to look into https://rsjazz.wordpress.com/2013/09/24/managing-workspaces-streams-and-components-using-the-plain-java-client-libraries/ and to enhance the seach criteria for the owner. |
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.