Skip to content

Commit 14f1ee2

Browse files
Merge pull request #929 from rolandmkunkel/SREP-4720-fix-stale-jira-custom-fields
SREP-4720: fix stale jira custom fields
2 parents c372261 + dea27d2 commit 14f1ee2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/jira/ohssService.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99

1010
const (
1111
JiraOHSSProjectKey = "OHSS"
12-
CustomFieldClusterID = "customfield_12316349"
12+
CustomFieldClusterID = "customfield_10852"
1313
)
1414

1515
type OHSSIssue struct {

0 commit comments

Comments
 (0)