It's all about the answers!

Ask a question

EWM : How to export Permssions in excel


Rajat Krishnan (709) | asked Jun 06 '22, 5:46 a.m.
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



permanent link
Ralph Schoon (61.8k33643) | answered Jun 07 '22, 1:59 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

 I am not aware of such a capability.


permanent link
Stefan Oblinger (170110) | answered Jun 10 '22, 12:55 a.m.

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

https://<server>/<servercontext>/service/com.ibm.team.process.internal.service.web.IProcessWebUIService/permissionsForAllRoles?context=1&contextId=&processAreaContext=1&processAreaItemId=<projectareaid>
To get the hierarchy of the permissions an their labels, I use API
https://<server>/<servercontext>/service/com.ibm.team.process.internal.service.web.IProcessWebUIService/permissionExtensions?context=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).

Your answer


Register or to post your answer.