stable

Clone or download

Read-only

Add artifact links and cross references fields to Jira trackers

As "cross references" fields only exists in Tuleap I created a pseudo Jira name to keep the same logic than other ATF fields. Part of story #18859 import a whole Jira project in CLI Change-Id: I444da01c8f24bc2a81b1ac3ee08b098cf86ebcc5

Modified Files

Name
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/AlwaysThereFieldsExporter.php +34 −0 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Structure/ContainersXMLCollectionBuilder.php +16 −2 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Structure/JiraToTuleapFieldTypeMapper.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElementFactory.php +5 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/AlwaysThereFieldsExporterTest.php +32 −0 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Structure/ContainersXMLCollectionBuilderTest.php +9 −3 Go to diff View file