Closed jasonpagetas closed 1 month ago
not specifying subscribed_users when posting a project task causes server HTTP/500 see app/api/serializers/core/ticket.py line 178 for cause, which nis trying to access a list that may not be defined.
HTTP/500
app/api/serializers/core/ticket.py
This occurs when using API to add project tasks
not specifying subscribed_users when posting a project task causes server
HTTP/500
seeapp/api/serializers/core/ticket.py
line 178 for cause, which nis trying to access a list that may not be defined.This occurs when using API to add project tasks