Is it possible to analyze which project areas inherit from one Master project area ?
One answer
You would have to go in all the project areas and check which process they share.
For RTC this could be done with automation based on this code: https://rsjazz.wordpress.com/2014/11/28/the-process-sharing-api/ . There is a chance that this code also runs with RQM.
The code to iterate all project areas in a repository can be found in https://rsjazz.wordpress.com/2012/12/09/analyzing-a-aroject-areas-members-and-roles-using-the-plain-java-client-libraries/ in the section Finding a Project Area.
You might also be able to use the Reportable REST API. I am not sure about that though as I have not looked into that, unfortunately.
For RTC this could be done with automation based on this code: https://rsjazz.wordpress.com/2014/11/28/the-process-sharing-api/ . There is a chance that this code also runs with RQM.
The code to iterate all project areas in a repository can be found in https://rsjazz.wordpress.com/2012/12/09/analyzing-a-aroject-areas-members-and-roles-using-the-plain-java-client-libraries/ in the section Finding a Project Area.
You might also be able to use the Reportable REST API. I am not sure about that though as I have not looked into that, unfortunately.