stable
Clone or download
Read-only
This is part of request #31128 Jira Components must be imported as a dedicated tracker and artifacts Jira components in projects are now imported as artifact in a dedicated tracker. For now, only the component name and description are imported. Change-Id: Ibf42d21f530c4b0c3101a523facfb65cb4b9378f
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/jira_import/include/Project/Components/ComponentAPIResponseNotWellFormedException.php | +28 | −0 | Go to diff View file |
A | plugins/jira_import/include/Project/Components/ComponentsImporter.php | +79 | −0 | Go to diff View file |
A | plugins/jira_import/include/Project/Components/ComponentsRetriever.php | +32 | −0 | Go to diff View file |
A | plugins/jira_import/include/Project/Components/ComponentsRetrieverFromAPI.php | +61 | −0 | Go to diff View file |
A | plugins/jira_import/include/Project/Components/ComponentsTrackerBuilder.php | +93 | −0 | Go to diff View file |
A | plugins/jira_import/include/Project/Components/JiraComponent.php | +59 | −0 | Go to diff View file |
M | plugins/jira_import/include/Project/CreateProjectFromJira.php | +18 | −0 | Go to diff View file |
A | plugins/jira_import/tests/unit/Project/Components/ComponentsImporterTest.php | +174 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/FieldChangeXMLExporter.php | +0 | −1 | Go to diff View file |