Skip to content

Commit

Permalink
fix(opsgenie): add AssigneeId and AssigneeName to domain issue (#8209)
Browse files Browse the repository at this point in the history
* fix(opsgenie): add AssigneeId and AssigneeName to domain issue

* style(opsgenie): remove blank lines
  • Loading branch information
d4x1 authored Nov 21, 2024
1 parent 840f698 commit 3d61b78
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 3d61b78

Please sign in to comment.