stable

Clone or download

Read-only

Import worklog comment

This is part of story #19253 import worklog as timetracking If there is a comment added with a worklog, this comment is imported. Only the raw text parts of this comment is added. If the user is not found in mapping, an information about who added the worklog is added in comment (as done for issue comments). Change-Id: Iee0d69fa08661340c6190ba8a1aa7087ae6d38b5

Modified Files

Name
M plugins/timetracking/db/install.sql +1 −1 Go to diff View file
A plugins/timetracking/db/mysql/updates/2021/202102171416_modify_step_to_text.php +45 −0 Go to diff View file
M plugins/timetracking/include/Timetracking/JiraImporter/JiraXMLExport.php +32 −0 Go to diff View file
M plugins/timetracking/include/Timetracking/JiraImporter/Worklog/Worklog.php +19 −2 Go to diff View file
A plugins/timetracking/include/Timetracking/JiraImporter/Worklog/WorklogComment.php +79 −0 Go to diff View file
M plugins/timetracking/tests/unit/JiraImporter/JiraXMLExportTest.php +6 −0 Go to diff View file
A plugins/timetracking/tests/unit/JiraImporter/Worklog/WorklogCommentTest.php +72 −0 Go to diff View file