We’ve been using the Projects beta for a while now, but in the last few days we’re no longer able to assign issues to projects. When I try to manually assign a single issue, the server responds with a 200 on the POST request but nothing happens, and the issue does not actually get assigned to the project:
If I try to do a bulk assignment, the server returns a 500, here’s the JSON returned:
{
"id": "7fae63d9-1d15-4f65-ba47-e36a2292065b",
"state": "error",
"ttl": 604800
}
Any idea what’s up here?