list WorkItem categories/types API
One answer
I am looking for API allows to list WorkItem categories/types.
I found such API but not public.
com.ibm.team.workitem.ide.ui.internal.aspecteditor.type.TypeManager
is there some public analog?
Take a look at IWorkItemCommon:
findCategories(IProjectAreaHandle projectArea, ItemProfile<ICategory>
profile, IProgressMonitor monitor)
findWorkItemTypes(IProjectAreaHandle projectArea, IProgressMonitor monitor)
Regards,
Patrick,
Jazz Work Item Team