You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change task status to assigned after assigning an available task
Description
When the superuser assigns an available task to some existing user the API call adds an assignee parameter in the task but does not change the status of the task, i.e. the status still remains available.
Debugging steps followed
Api being used patch /task/:id
First, we thought that it was a caching issue
On further debugging, we concluded that the issue was because the backend was just changing the task assignee, not the task status
The Task Assignee cannot be removed but only be re-assigned.
So the Point mentioned here cannot be implemented Now.
If we try to remove the assignee in the same way we add, It will throw the error shown below:
Change task status to assigned after assigning an available task
Description
When the superuser assigns an available task to some existing user the API call adds an assignee parameter in the task but does not change the status of the task, i.e. the status still remains available.
Debugging steps followed
patch /task/:id
References for developer
Screenshots for reference
Video for the issue
Studio_Project_V1.mp4
Expectations from the solution
- [ ] Similarly, when the user is removed from the assignee the task status should go back to available(mentioned the reason in the comments Update task status to assigned on successful assignment #651 (comment))The text was updated successfully, but these errors were encountered: