From 0f8985121638f06463f1d4ec1203df90be7417f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82?= Date: Mon, 27 Oct 2025 12:28:45 +0100 Subject: [PATCH] Add "Merged" status when PR is merged to dev --- update_jira/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_jira/index.js b/update_jira/index.js index 1594783..905f4ae 100644 --- a/update_jira/index.js +++ b/update_jira/index.js @@ -41,7 +41,7 @@ const statusMap = { } }, 'dev': { - status: 'Deployed to Dev', + status: 'Merged', transitionFields: { resolution: 'Done' },