stable

Clone or download

Read-only

Export Always-there User fields

Part of story #12345 export results to csv How to test: - Export CSV from a cross-tracker widget with a saved and non-empty report. - The artifacts' last update by and submitted by usernames (login) should be exported. Change-Id: Ib5cd0db75ff6202cf6c5b15fc86f83b7ba993afd

Modified Files

Name
M plugins/crosstracker/include/CrossTracker/REST/v1/CrossTrackerReportsResource.php +5 −2 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/CSV/CSVRepresentationBuilder.php +20 −2 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/CSV/Format/CSVFormatterVisitor.php +9 −0 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/CSV/Format/FormatterVisitor.php +5 −0 Go to diff View file
A plugins/crosstracker/include/CrossTracker/Report/CSV/Format/UserValue.php +50 −0 Go to diff View file
M plugins/crosstracker/include/crosstrackerPlugin.class.php +4 −1 Go to diff View file
M plugins/crosstracker/phpunit/CrossTracker/Report/CSV/CSVRepresentationBuilderTest.php +23 −6 Go to diff View file
M plugins/crosstracker/phpunit/CrossTracker/Report/CSV/Format/CSVFormatterVisitorTest.php +29 −3 Go to diff View file