stable

Clone or download

Read-only

request #26400 Jira project import should not stop when artifact link type creation fails

As jira import can be done without types we should move forward. Import is something in which some informations will be lost, at this stage, it's better to move forward and raise a warning to see if it can be fixed later on (either tidy up the data at Jira level or fix import process at Tuleap level). Change-Id: I516ffe08d5e4b8f275e0099193c4565ac8365e6e

Modified Files

Name
M plugins/jira_import/include/Project/ArtifactLinkType/ArtifactLinkTypeImporter.php +11 −8 Go to diff View file
M plugins/jira_import/include/Project/CreateProjectFromJira.php +1 −1 Go to diff View file
M plugins/jira_import/tests/unit/Project/ArtifactLinkType/ArtifactLinkTypeImporterTest.php +54 −37 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Type/TypeCreator.php +4 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Type/TypeValidator.php +1 −5 Go to diff View file