Skip to content

Commit

Permalink
Merge pull request #237 from tautvydass/extend-log-entry-with-assignees
Browse files Browse the repository at this point in the history
Add assignees to log entry
  • Loading branch information
theckman committed Nov 11, 2021
2 parents e0b3ce1 + bd45ef0 commit f83a7dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions log_entry.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ type CommonLogEntryField struct {
Contexts []Context `json:"contexts,omitempty"`
AcknowledgementTimeout int `json:"acknowledgement_timeout"`
EventDetails map[string]string `json:"event_details,omitempty"`
Assignees []APIObject `json:"assignees,omitempty"`
}

// LogEntry is a list of all of the events that happened to an incident.
Expand Down

0 comments on commit f83a7dd

Please sign in to comment.