Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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

0 votes



2 answers

Permanent link

 I am not aware of such a capability.

1 vote


Permanent link

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).

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 12,025

Question asked: Jun 06 '22, 5:46 a.m.

Question was seen: 1,083 times

Last updated: Jun 10 '22, 12:55 a.m.

Confirmation Cancel Confirm