How to avoid role inheritance from RTC project area to its team area level
1. Get members from the project area
curl -k -u %USER%:%PASSWORD% -o "proj_%%a.xml" -H "Accept: application/xml" !P_URL!/members
2. Role remapped
3. Delete members from the project area
curl -D - -k -u %USER%:%PASSWORD% -X DELETE !P_URL!/members
4. Get members from the team area
curl -k -u %USER%:%PASSWORD% -o "team_%%i.xml" -H "Accept: application/xml" !T_URL!/members
The output xml file from Step 4 is giving all the roles inherited from Project area.
Pls let us know how to avoid this role inheritance
One answer
Not sure what your use case is but you can break the inheritance in each and every team area by adapting changes accordingly.