diff --git a/src/controllers/installationController.js b/src/controllers/installationController.js index c0184bd4..48513ce9 100644 --- a/src/controllers/installationController.js +++ b/src/controllers/installationController.js @@ -8780,7 +8780,8 @@ exports.particularCategory = async (req, reply) => { comments: masterComments, movedAt: category !== "Resolved" ? (issue?.movedAt || null) : null, - resolvedAt: category === "Resolved" ? (issue?.resolvedAt || null) : null + resolvedAt: category === "Resolved" ? (issue?.resolvedAt || null) : null, + category: issue?.category || category }); }