From dea27d2a0e2d23535e9f06934e33b8638c20a520 Mon Sep 17 00:00:00 2001 From: Roland Kunkel Date: Mon, 27 Apr 2026 18:04:05 +0200 Subject: [PATCH] SREP-4720: fix stale jira custom fields --- pkg/jira/ohssService.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/jira/ohssService.go b/pkg/jira/ohssService.go index 77ae2ff4..8853313a 100644 --- a/pkg/jira/ohssService.go +++ b/pkg/jira/ohssService.go @@ -9,7 +9,7 @@ import ( const ( JiraOHSSProjectKey = "OHSS" - CustomFieldClusterID = "customfield_12316349" + CustomFieldClusterID = "customfield_10852" ) type OHSSIssue struct {