Is there a way to either export, copy, or print out the Team Configuration Permissions matrix ?
Accepted answer
Hi Long,
You can use REST API for that (which is not so easy). I do not know any other way. Feel free to create new RFE for that: https://jazz.net/jazz/web/projects/Jazz Foundation#action=com.ibm.team.workitem.newWorkItem&type=enhancement
You can use REST API for that (which is not so easy). I do not know any other way. Feel free to create new RFE for that: https://jazz.net/jazz/web/projects/Jazz Foundation#action=com.ibm.team.workitem.newWorkItem&type=enhancement
Comments
Thanks Krzysztof.
Well anybody out there has implemented this with the REST API ? or can provide a quick draft ?
3 other answers
My team (Integration Engineering) has created a standalone cmd line utility which generates the following 2 csv reports involving permissions & operation behaviors for one or more of project area(s).
1. User Report: The report lists all the members and administrators of the target RTC project area(s) and contains the following fields: First Name, Last Name, Username, Email Address, Assigned Licenses, Project Area(s), Project Area Role(s), Team Area(s) and Team Area Role(s).
2. Permissions and Operation Behaviors Report: The report re-creates the Permissions and Operation Behaviors Matrix for the target RTC project area(s). It lists all the permissions and operations behaviors and shows which role(s) have a particular permission and/or operation behavior.
Project Configuration > Permissions
Project Configuration > Operation Behavior
Team Configuration > Permissions
Team Configuration > Operation Behavior
If you would like more information or interested in this audit and security report utility, send an email to ietinfo@wwpdl.vnet.ibm.com.
1. User Report: The report lists all the members and administrators of the target RTC project area(s) and contains the following fields: First Name, Last Name, Username, Email Address, Assigned Licenses, Project Area(s), Project Area Role(s), Team Area(s) and Team Area Role(s).
2. Permissions and Operation Behaviors Report: The report re-creates the Permissions and Operation Behaviors Matrix for the target RTC project area(s). It lists all the permissions and operations behaviors and shows which role(s) have a particular permission and/or operation behavior.
Project Configuration > Permissions
Project Configuration > Operation Behavior
Team Configuration > Permissions
Team Configuration > Operation Behavior
If you would like more information or interested in this audit and security report utility, send an email to ietinfo@wwpdl.vnet.ibm.com.
The Eclipse client has an option called "Generate Runtime Report" that outputs the permission and role information for the entire team hierarchy as a set of HTML files. I am not sure if this is what you need, but it could be a low cost way to get started.
The command is available from the context menu of a project area in the Team Artifacts view.
Ruby
Martha (Ruby) Andrews
Jazz Foundation L3 Development Team Lead
The command is available from the context menu of a project area in the Team Artifacts view.
Ruby
Martha (Ruby) Andrews
Jazz Foundation L3 Development Team Lead