API: delete issue
Closed
API: delete issue
Created by: userfriendly
Deleting an issue through the API works fine. However, afterwards I'm getting a 404 on both the main dashboard and the dashboard for the issue's project.
I had to delete the event referring to the issue from the events table in the database to repair it.
Created by: rspeicher
Are you sure it's a 404 and not a 500? A 500 would make sense because it's trying to link to an issue that no longer exists. A 404 would only make sense if you're clicking the link to the now-deleted issue.
By Administrator on 2012-08-16T17:31:57 (imported from GitLab project)
Please register or sign in to reply