stable

Clone or download

Read-only

feat(jira): Import components linked issues as artifact links

This is part of request #31128 Jira Components must be imported as a dedicated tracker and artifacts Jira components linked isses are now imported as artifact links. Note: No "styling" (column, fieldsets ...) is added in the tracker layout. It will be done once all component data are imported. Change-Id: I79a23edde1ea200ce8365ae7be0138b0f36cc9e0

Modified Files

Name
A plugins/jira_import/include/Project/Components/ComponentIssuesRetriever.php +32 −0 Go to diff View file
A plugins/jira_import/include/Project/Components/ComponentIssuesRetrieverFromAPI.php +66 −0 Go to diff View file
A plugins/jira_import/include/Project/Components/ComponentLinkedIssueAPIResponseNotWellFormedException.php +28 −0 Go to diff View file
M plugins/jira_import/include/Project/Components/ComponentsImporter.php +25 −1 Go to diff View file
M plugins/jira_import/include/Project/Components/ComponentsTrackerBuilder.php +8 −2 Go to diff View file
A plugins/jira_import/include/Project/Components/JiraComponentLinkedIssue.php +54 −0 Go to diff View file
M plugins/jira_import/include/Project/CreateProjectFromJira.php +5 −0 Go to diff View file
M plugins/jira_import/tests/unit/Project/Components/ComponentsImporterTest.php +56 −14 Go to diff View file