Hey Debora,
How are you trying to access that URL?
A 405 is method not allowed ( https://http.cat/405 )
I believe /rest/api/2/issue/ is the endpoint to create an issue, and only allows a POST, so if you're trying a simple GET (eg: putting it in the browsers address bar), this won't work.
CCM
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.