I'm trying to add some automation using the REST API but am getting a 405 Method not allowed when I do a GET request, it looks like the API is only allowing POST and OPTIONS.
Is there a way to make it accept a GET request ?
Snippet of response below:
Allow: POST,OPTIONS
Thanks, Fiona
Hi @Fiona Brown ,
please specify what is the rest api. Btw each rest api has a specific method and you should use that.
Fabio
This one ->
https://<jira_instance>/rest/api/3/issue/{{EpicKey}}
I'm trying to follow the automation given here -> https://tempo-io.atlassian.net/wiki/spaces/KB/pages/3198058545/Set+Tempo+Team+from+Epic
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.