Setting WorkItem Category
Ok, so I know there is a method called setCategory
The thing is: where can I fetch the ICategoryHandle objects from? |
One answer
Ok, so I know there is a method called setCategory You can fetch the categories using this: IWorkItemServer workItemService = getService(IWorkItemServer.class); List<ICategory> listaCategorias = workItemService.findCategories(sourceworkItem.getProjectArea(),ICategory.FULL_PROFILE,monitor); |
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.