stable
Clone or download
Read-only
part of: story #15066 Map Jira users with Tuleap user How to test: - Import a tracker from Jira - Open your emails - Open the Jira import success notification --> Identified users are displayed --> Other users are displayed Change-Id: I8aaeabd1e8e4df934354a1bba1be58697837f7c7
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Creation/JiraImporter/AsynchronousJiraRunner.php | +7 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Creation/JiraImporter/CancellationOfJiraImportNotifier.php | +1 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Creation/JiraImporter/FromJiraTrackerCreator.php | +20 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/Comment/JiraUser.php | +3 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/JiraAuthorRetriever.php | +5 | −6 | Go to diff View file |
A | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/JiraTuleapUsersMapping.php | +93 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/JiraUserOnTuleapCache.php | +24 | −6 | Go to diff View file |
R | plugins/tracker/include/Tracker/Creation/JiraImporter/JiraErrorImportNotifier.php | Go to diff View file | ||
R | plugins/tracker/include/Tracker/Creation/JiraImporter/JiraImportNotifier.php | Go to diff View file | ||
A | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/ImportNotifier/JiraSuccessImportNotificationPresenter.php | +110 | −0 | Go to diff View file |
R | plugins/tracker/include/Tracker/Creation/JiraImporter/JiraSuccessImportNotifier.php | Go to diff View file | ||
R | plugins/tracker/include/Tracker/Creation/JiraImporter/notification-cancel-html.mustache | Go to diff View file | ||
R | plugins/tracker/include/Tracker/Creation/JiraImporter/notification-cancel-text.mustache | Go to diff View file | ||
R | plugins/tracker/include/Tracker/Creation/JiraImporter/notification-error-html.mustache | Go to diff View file | ||
R | plugins/tracker/include/Tracker/Creation/JiraImporter/notification-error-text.mustache | Go to diff View file | ||
A | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/ImportNotifier/notification-success-html.mustache | +51 | −0 | Go to diff View file |
A | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/ImportNotifier/notification-success-text.mustache | +39 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/JiraXmlExporter.php | +2 | −8 | Go to diff View file |
M | plugins/tracker/include/Tracker/Creation/JiraImporter/JiraRunner.php | +20 | −10 | Go to diff View file |
D | plugins/tracker/include/Tracker/Creation/JiraImporter/notification-success-html.mustache | +0 | −17 | Go to diff View file |
D | plugins/tracker/include/Tracker/Creation/JiraImporter/notification-success-text.mustache | +0 | −15 | Go to diff View file |
M | plugins/tracker/include/trackerPlugin.php | +15 | −8 | Go to diff View file |
M | plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po | +36 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/FromJiraTrackerCreatorTest.php | +10 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/ArtifactsXMLExporterTest.php | +3 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/JiraAuthorRetrieverTest.php | +5 | −5 | Go to diff View file |
A | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/JiraTuleapUsersMappingTest.php | +115 | −0 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/JiraRunnerTest.php | +19 | −9 | Go to diff View file |