stable
Clone or download
Read-only
part of: story #14999 Reports based on Jira filters How to test: - Import a Jira tracker - Once created: --> It has a [Done issues] report --> It displays closed artifacts Change-Id: I74fb3f0f7d122204afd62d2522119c1b0903a822
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/JiraXmlExporter.php | +15 | −0 | Go to diff View file |
A | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Reports/XmlReportDoneIssuesExporter.php | +155 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Reports/XmlReportExporter.php | +12 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Values/StatusValuesCollection.php | +20 | −1 | Go to diff View file |
A | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Reports/XmlReportDoneIssuesExporterTest.php | +280 | −0 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Values/StatusValuesCollectionTest.php | +1 | −0 | Go to diff View file |