https://dcmp-toolbox.atlassian.net/rest/api/3/issue/<issue>
Trying this
getting 405
What is wrong?
Community moderators have prevented the ability to post new answers.
HTTP 405 means "Method not allowed"
Performing an update should be done using a "PUT" method, which one are you using? Perhaps POST?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.