It's all about the answers!

Ask a question

How to get a Field Against in alm using Java api


Navin R S (13712) | asked Aug 30 '17, 5:22 a.m.
edited Aug 30 '17, 5:47 a.m. by Ralph Schoon (63.5k33646)

Hi

How to get a Field Against Values list for a particular Project area in alm using Java api

One answer



permanent link
Ralph Schoon (63.5k33646) | answered Aug 30 '17, 5:33 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
  • com.ibm.team.workitem.common.IWorkItemCommon.findCategories(IProjectAreaHandle, ItemProfile<ICategory>, IProgressMonitor)
  • com.ibm.team.workitem.common.IWorkItemCommon.findCategoriesOfProcessArea(IProcessAreaHandle, ItemProfile<ICategory>, IProgressMonitor)
  • com.ibm.team.workitem.common.IWorkItemCommon.findCategoriesOfTeamArea(ITeamAreaHandle, ItemProfile<ICategory>, IProgressMonitor)
  • com.ibm.team.workitem.common.IWorkItemCommon.findCategoryById2(IProjectAreaHandle, CategoryId, IProgressMonitor)
  • com.ibm.team.workitem.common.IWorkItemCommon.findCategoryByNamePath(IProjectAreaHandle, List<String>, IProgressMonitor)

Your answer


Register or to post 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.