atlassian / atlassian/go-sentry-api
AssignedTo field in UpdateIssue action
Open
- Dominant language
- Go
- Stars
- 55
- Forks
- 45
- PR merge metrics
- No merged PRs in 30d
Description
`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.
Contributor guide
No contributing guide indexed for this repository
Research direction
Read the UpdateIssue action and its assignedTo field, then compare the request shape with the Sentry Update an Issue API documentation linked in the issue. Reproduce the request with a non-nil assignedTo value and verify that it is accepted without the “Unknown actor input” 400 response.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- api
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100