plane
plane copied to clipboard
[bug]: patch issue state returns invalid UUID
Is there an existing issue for this?
- [X] I have searched the existing issues
Current behavior
Attempting to update issue state using API returns invalid UUID. Correcting filter for UUID then causes failure with filter lookup due to context not being passed. Issue is with serializer code in apiserver/plane/api/serializers/issue.py for UUID failure, and then context not being set in patch method in apiserver/plane/api/views/issue.py.
Steps to reproduce
- Install local development version
- Get API Key
- Issue patch for issue state
- failure due to UUID
- Resolve UUID, issue then failure for relevant project requirement
Browser
Google Chrome
Version
Local