We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
assignedTo should be a string - https://docs.sentry.io/api/events/update-an-issue/
assignedTo
Currently Sentry throws status=400 body={'assignedTo': ['Unknown actor input']} on UpdateIssue action in case of assignedTo is not nil.
status=400 body={'assignedTo': ['Unknown actor input']}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 ofassignedTo
is not nil.The text was updated successfully, but these errors were encountered: