Actions
Feature #37480
closedCSV export of project memberships
Description
project members CSV is useful for recording member settings and checking whether users have excessive privileges.
Files
Updated by Mizuki ISHIKAWA over 3 years ago
- File feature-37480.patch feature-37480.patch added
The attached patch should be able to export the following CSV
"",Role,User or Group,Project John Smith,Manager,User,Private child of eCookbook A Team,Manager,Group,Private child of eCookbook A Team,Developer,Group,Private child of eCookbook User Misc,Manager,User,Private child of eCookbook User Misc,Developer,User,Private child of eCookbook Redmine Admin,Manager,User,Private child of eCookbook
Updated by Marcos Mata over 3 years ago
I was looking for something like this. It works on Redmine 5.0.3. Very helpful! Thanks.
Updated by Mizuki ISHIKAWA 4 months ago
- File feature-37480-v2.patch feature-37480-v2.patch added
A conflict occurred, so I fixed the patch.
Updated by Mizuki ISHIKAWA 2 months ago
- File feature-37480-v3.diff feature-37480-v3.diff added
Thank you for your feedback. I have attached an updated patch that adds the "Name" header.
Updated by Mizuki ISHIKAWA about 2 months ago
Updated by Go MAEDA about 2 months ago
- Target version changed from Candidate for next major release to 7.0.0
Setting the target version to 7.0.0.
Updated by Go MAEDA about 1 month ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the patch in r24487.
You can now export members of the current project and their roles to CSV.
Actions