Skip to content

Commit

Permalink
Merge branch 'apache:main' into fix/issue-8188-dora-metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
kostas-petrakis authored Nov 21, 2024
2 parents 9788f23 + 3d61b78 commit 92f9702
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/plugins/opsgenie/tasks/incidents_converter.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ func ConvertIncidents(taskCtx plugin.SubTaskContext) errors.Error {
AssigneeId: combined.Responder.Id,
AssigneeName: resolve(&assigneeName),
}
domainIssue.AssigneeName = issueAssignee.AssigneeName
domainIssue.AssigneeId = issueAssignee.AssigneeId
result = append(result, issueAssignee)
}
result = append(result, domainIssue)
Expand Down

0 comments on commit 92f9702

Please sign in to comment.