We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b95bb2 + 36fbea8 commit a875df0Copy full SHA for a875df0
1 file changed
pkg/utils/utils.go
@@ -24,9 +24,9 @@ type fieldQuery struct {
24
const (
25
JiraHandoverAnnouncementProjectName = "SRE Platform HandOver Announcements"
26
JiraBaseURL = "https://redhat.atlassian.net"
27
- ProductCustomField = "customfield_12319040"
28
- CustomerNameCustomField = "customfield_12310160"
29
- ClusterIDCustomField = "customfield_12316349"
+ ProductCustomField = "customfield_10868"
+ CustomerNameCustomField = "customfield_10746"
+ ClusterIDCustomField = "customfield_10852"
30
)
31
32
var clusterKeyRE = regexp.MustCompile(`^(\w|-)+$`)
0 commit comments