stable
Clone or download
Read-only
part of: story #14999 Reports based on Jira filters How to test: - Import a Jira tracker - Once done --> You can select the report named [Created recently] --> It displays artifacts created between now and the last week Change-Id: I477bb3afc447f8068c1e7a67fee89fd2c036e7fc
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/JiraXmlExporter.php | +29 | −15 | Go to diff View file |
M | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Reports/IExportJiraLikeXmlReport.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Reports/XmlReportAllIssuesExporter.php | +2 | −1 | Go to diff View file |
A | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Reports/XmlReportCreatedRecentlyExporter.php | +103 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Reports/XmlReportExporter.php | +17 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Reports/XmlReportOpenIssuesExporter.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Reports/XmlReportAllIssuesExporterTest.php | +2 | −1 | Go to diff View file |
A | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Reports/XmlReportCreatedRecentlyExporterTest.php | +222 | −0 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Reports/XmlReportOpenIssuesExporterTest.php | +4 | −2 | Go to diff View file |