My issue is labelled as TEST-13 and I cannot find a way to make my app update with a Node JS Request. So far I could not do it properly. I don't know what to put into my body to make it work
What do I do to update/change the status of an issue or how do I format/word the body aspect of my request??
Hi Mackinlay
I use a POST call on
/rest/api/3/issue/key/transitions?expand=transitions.fields&transitionId=141
with a body like this
{"update":{},"transition":{"id":"141"}}
I'm can't remember how I got the transition id, hopefully you know yours
The POST call you showed me is one that gets me the transition id. When I put in the body you showed me, it returns an error so I was wondering if you might be able to show me a call that will update the issue.
I really appreciate what you posted, it really helped me. Thank you. If you could keep helping me that would be fantastic.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have been using postman to help me do this stuff so maybe someone could show me a html request that works as well for it
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.