stable
Clone or download
Read-only
This is part of story #19253 import worklog as timetracking Each exported issueType as a Tuleap tracker will now have timetracking enabled by default (if timetracking plugin is enabled on Tuleap side). This export a default configuration: * Enabled * "Project members" as writers * No selected ugroups for readers. Sprint is not an issueType on Jira side, so it will not have timetracking enabled yet. In addition, this patch fixes a bug on the Tuleap timetracking XML import feature. Change-Id: I3a46bf3d5c614e0917b53e62efdd57a2e5379bb7
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/timetracking/include/Timetracking/JiraImporter/JiraXMLExport.php | +68 | −0 | Go to diff View file |
M | plugins/timetracking/include/Timetracking/XML/XMLImport.php | +1 | −1 | Go to diff View file |
M | plugins/timetracking/include/timetrackingPlugin.php | +15 | −0 | Go to diff View file |
A | plugins/timetracking/tests/unit/JiraImporter/JiraXMLExportTest.php | +53 | −0 | Go to diff View file |
M | plugins/timetracking/tests/unit/XML/XMLImportTest.php | +65 | −0 | Go to diff View file |
A | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/JiraImporterExternalPluginsEvent.php | +62 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/JiraXmlExporter.php | +19 | −2 | Go to diff View file |