How Can I Find the Ids of Work Item Templates in a Project Area via REST or OSLC API?
![]()
Is there an OSLC or REST API I can use to get a list of work item templates in a project area by their IDs? I cannot use the Java API (either server or client-side).
|
Accepted answer
![]()
I'm not aware of any OSLC/REST API that can do it, but you can use this internal API to retrieve such information.
https://clm:9443/ccm/service/com.ibm.team.workitem.common.internal.rest.IQueryRestService/workItemTemplates?projectAreaItemId=<project UUID> Nate Decker selected this answer as the correct answer
|