stable
Clone or download
Read-only
part of: story #14999 Reports based on Jira filters How to test: - Import a Jira tracker having a workflow - Once the tracker has been successfully created, open it --> You have a [Open issues] report in the reports select box --> When selected, it shows only open issues --> Also, there should be no functional change for the [All issues] report Change-Id: I13be04f32fee79eda0e3b1392ecca3965acee6d7
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/JiraXmlExporter.php | +44 | −7 | Go to diff View file |
A | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Reports/IExportJiraLikeXmlReport.php | +36 | −0 | Go to diff View file |
A | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Reports/XmlReportAllIssuesExporter.php | +92 | −0 | Go to diff View file |
A | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Reports/XmlReportDefaultCriteriaExporter.php | +47 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Reports/XmlReportExporter.php | +17 | −73 | Go to diff View file |
A | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Reports/XmlReportOpenIssuesExporter.php | +142 | −0 | Go to diff View file |
A | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Reports/XmlReportTableExporter.php | +73 | −0 | Go to diff View file |
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Reports/XmlReportExporterTest.php | Go to diff View file | ||
A | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Reports/XmlReportDefaultCriteriaExporterTest.php | +70 | −0 | Go to diff View file |
A | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Reports/XmlReportOpenIssuesExporterTest.php | +247 | −0 | Go to diff View file |
A | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Reports/XmlReportTableExporterTest.php | +82 | −0 | Go to diff View file |