atlassian / go-sentry-api

A go client for the sentry api https://sentry.io/api/
Other
53 stars 39 forks source link

AssignedTo field in UpdateIssue action #29

Open d-kononov opened 3 years ago

d-kononov commented 3 years ago

assignedTo should be a string - https://docs.sentry.io/api/events/update-an-issue/

Currently Sentry throws status=400 body={'assignedTo': ['Unknown actor input']} on UpdateIssue action in case of assignedTo is not nil.