How can i set unsigned (root category) to a work item category (server)
Hello,
How can i set unsigned (root category) to a work item category (server)?
I tried this:
List<ICategory> categories = workItemService.findCategories(
workItem.getProjectArea(), ICategory.FULL_PROFILE, monitor);
but the root category not retrieved.
And workItemService.findCategory(name) is deprecated.
Also this:
List<string> path = Arrays.asList("unassigned");
ICategoryHandle category = workItemClient.findCategoryByNamePath(
projectArea, path, monitor);
Thank you.
How can i set unsigned (root category) to a work item category (server)?
I tried this:
List<ICategory> categories = workItemService.findCategories(
workItem.getProjectArea(), ICategory.FULL_PROFILE, monitor);
but the root category not retrieved.
And workItemService.findCategory(name) is deprecated.
Also this:
List<string> path = Arrays.asList("unassigned");
ICategoryHandle category = workItemClient.findCategoryByNamePath(
projectArea, path, monitor);
Thank you.