Skip to content

Commit

Permalink
Update pkg/notify/notify.go
Browse files Browse the repository at this point in the history
Co-authored-by: Bartlomiej Plotka <[email protected]>
Signed-off-by: Dmytro Aleksieiev <[email protected]>
  • Loading branch information
MytkoEnko and bwplotka authored Feb 5, 2024
1 parent 53fa012 commit 3458c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/notify/notify.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func (r *Receiver) Notify(data *alertmanager.Data, hashJiraLabel bool, updateSum
}
}

for CustomField := range issueCustomFields {
for field := range issueCustomFields {
if _, ok := issue.Fields.Unknowns[CustomField]; ok {
if issue.Fields.Unknowns[CustomField] != issueCustomFields[CustomField] {
retry, err = r.updateUnknownFields(issue.Key, tcontainer.MarshalMap(map[string]interface{}{
Expand Down

0 comments on commit 3458c29

Please sign in to comment.