@ -4981,6 +4981,7 @@ exports.moveIssueToCategory = async (req, reply) => {
if (issue.hardwareId === hardwareId) {
support.categorizedIssues.push({
...issue,
masterHardwareId: issue.masterHardwareId || issue.hardwareId,
category,
movedAt: nowTime,
});