diff --git a/src/controllers/installationController.js b/src/controllers/installationController.js index c4b64924..e902f827 100644 --- a/src/controllers/installationController.js +++ b/src/controllers/installationController.js @@ -8178,6 +8178,7 @@ exports.moveIssueToCategory = async (req, reply) => { hardwareId: issue.hardwareId, masterHardwareId: issue.masterHardwareId || issue.hardwareId, category, + ticketId : issue.ticketId, movedAt: nowTime, movedToCategory: true, }); @@ -8195,6 +8196,7 @@ exports.moveIssueToCategory = async (req, reply) => { masterHardwareId: issue.masterHardwareId || issue.hardwareId, slaveName, category, + ticketId : issue.ticketId, movedAt: nowTime, movedToCategory: true, });