How can i get list of all Project Areas in RQM using REST API
Accepted answer
The project feed URI will return a list of all project areas that the current logged-in user have access to.
/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/projects
If you are trying to filter project areas that a user is a member of, I don't find any easy way (with a single query) to do it yet.
/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/projects
If you are trying to filter project areas that a user is a member of, I don't find any easy way (with a single query) to do it yet.