Need a REST API for getting all project area from RTC
Accepted answer
You can try
https://server:port/ccm/rpt/repository/workitem?fields=workitem/projectArea/*
or
https://server:port/ccm/rpt/repository/workitem?fields=workitem/projectArea/name
Comments
Hi Subramanya,
Thanks for your reply..it works for me. I need the same REST URI for getting release version and if i pass a particular release then i need to get user stroies which are created for the particular release. also if i pass a particular user story id then i need to get complete info (work item details) for the specific user story.
Thanks in advance:-)