Skip to content

Commit a875df0

Browse files
Merge pull request #882 from rolandmkunkel/SREP-4720-fix-stale-jira-custom-fields
SREP-4720: fix stale jira custom fields
2 parents 1b95bb2 + 36fbea8 commit a875df0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkg/utils/utils.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ type fieldQuery struct {
2424
const (
2525
JiraHandoverAnnouncementProjectName = "SRE Platform HandOver Announcements"
2626
JiraBaseURL = "https://redhat.atlassian.net"
27-
ProductCustomField = "customfield_12319040"
28-
CustomerNameCustomField = "customfield_12310160"
29-
ClusterIDCustomField = "customfield_12316349"
27+
ProductCustomField = "customfield_10868"
28+
CustomerNameCustomField = "customfield_10746"
29+
ClusterIDCustomField = "customfield_10852"
3030
)
3131

3232
var clusterKeyRE = regexp.MustCompile(`^(\w|-)+$`)

0 commit comments

Comments
 (0)