EWM : How to export Permssions in excel
Hello,
is there any way possible to export Permissions(by role/by operations) to excel/pdf or csv format?
Steps :
Navigate to Project Area under EWM -> Click on settings button -> Manage this project area -> Permissions
Now here i want to export all the permission into execl,pdf or csv format
Thank you
2 answers
I have written a Python script to export Permissions to Excel in order to support the review and comparison of them across applications. You can get the permission settings per role with API
To get the hierarchy of the permissions an their labels, I use APIhttps://<server>/<servercontext>/service/com.ibm.team.process.internal.service.web.IProcessWebUIService/permissionsForAllRoles?context=1&contextId=&processAreaContext=1&processAreaItemId=<projectareaid>
You need to execute these calls once for Project Configuration Permissions (context=1) and once to get the Team Configuration Permissions (context=2).https://<server>/<servercontext>/service/com.ibm.team.process.internal.service.web.IProcessWebUIService/permissionExtensions?context=1&processAreaItemId=<projectareaid>