stable
Clone or download
Read-only
No functional changes: * Email is sent when obsolete imports are removed (tuleap daily-job) * Email is sent in case of error during import (wrong token stored in db for example) * Email is sent in case of success Part of story #14766: Have an import from jira structure Change-Id: I728346182d221e3cfb2629a95c9572726ce17720
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Creation/JiraImporter/CancellationOfJiraImportNotifier.php | +19 | −31 | Go to diff View file |
M | plugins/tracker/include/Tracker/Creation/JiraImporter/JiraErrorImportNotifier.php | +18 | −31 | Go to diff View file |
A | plugins/tracker/include/Tracker/Creation/JiraImporter/JiraImportNotifier.php | +87 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Creation/JiraImporter/JiraSuccessImportNotifier.php | +27 | −30 | Go to diff View file |
M | plugins/tracker/include/trackerPlugin.php | +21 | −6 | Go to diff View file |