ticketId added in mve to category

master^2
Bhaskar 4 months ago
parent 3cd12707c9
commit 499ed50705

@ -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,
});

Loading…
Cancel
Save