stable
Clone or download
Close request #34349 Jira import must add assignee field in card semantic
When importing data from Jira into Tuleap, in both project import modes (mono-tracker and multi-trackers) and in solo tracker import at tracker creation, we have to have the assignee field in the card details so that this information is easily displayed in Backlog/Kanban How to test ----------- * Import a Jira project in multi trackers mode with an issueType having an assignee field => Assignee field is in card semantic of the tracker * Import a Jira project in mono tracker mode with an issueType having an assignee field => Assignee field is in card semantic of the tracker * Import a Jira issueType as a Tracker with this issueType having an assignee field => Assignee field is in card semantic of the tracker Change-Id: I29c157549487aa61635efbfa34c902a8ba86679c
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/cardwall/include/JiraImport/CardSemanticExporter.php | +50 | −0 | Go to diff View file |
M | plugins/cardwall/include/cardwallPlugin.php | +10 | −0 | Go to diff View file |
A | plugins/cardwall/tests/unit/JiraImport/CardSemanticExporterTest.php | +58 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/JiraIssuesFromIssueTypeInDedicatedTrackerInXmlExporter.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/JiraIssuesFromProjectInMonoTrackerInXmlExporter.php | +1 | −1 | Go to diff View file |
A | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Semantic/ExternalSemanticsExportEvent.php | +36 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Semantic/SemanticsXMLExporter.php | +13 | −0 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/JiraIssuesFromIssueTypeInDedicatedTrackerInXmlExporterTest.php | +10 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/JiraIssuesFromProjectInMonoTrackerInXmlExporterTest.php | +10 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Semantic/SemanticsXMLExporterTest.php | +34 | −21 | Go to diff View file |