After the upgrade from 8.7.1 to 8.8.0 I first realized that the assignee field in our Jira is broken, because tipping produces errors.
In the access_log I discovered that apparently all calls to rest/api/latest/... produce a 404 response, for example:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><status><status-code>404</status-code><message>null for uri: https://XXXXX/rest/api/latest/user/assignable/search?projectKeys=XXX&issueKey=XXX-1024</message></status>
But if I replace "latest" by "2" is is fine!
If I try without authentication I also get 404, although it should be 401 (again: with "2" it is fine and I get 401).
Can someone explain where can I find the symbolic link from "latest" to "2" and how to repair it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.