Actions
Feature #37480
openCSV export of project memberships
Resolution:
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 about 3 years ago
I was looking for something like this. It works on Redmine 5.0.3. Very helpful! Thanks.
Updated by Mizuki ISHIKAWA 3 months ago
- File feature-37480-v2.patch feature-37480-v2.patch added
A conflict occurred, so I fixed the patch.
Updated by Go MAEDA about 1 month ago
- Target version set to Candidate for next major release
Thank you for submitting the patch.
The header of the first column is currently blank, even though the column contains the name of user or group.
It would be clearer to use a header such as "Name".
Updated by Mizuki ISHIKAWA 26 days 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 14 days ago
Actions