For some reason I am unable to change the assigned user of a task through the rest API. I am currently building a python bot which should adjust the assignees but I am unable to do so.
Currently I am posting to this url with the proper headers and auth:
"https://[mydomainhere]/rest/api/2/issue/TEST-2"{"fields": {"assignee": {"accountId":"****************"}}}
@Sebastian Krzewiński Currently a 405 response error "method not allowed"
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.