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
An integrator found the following issue with the Tasks API
PUT to /api/tasks/:id - here we have some strange behavior. Instead of simply adding a sub-task item to the existing task, it also creates a duplicate task with the same id and same sub-tasks.
An integrator found the following issue with the Tasks API