According to the API docs, I should be able to resolve an issue by sending transition[id] and fields[resolution][name]. If I do that, the API returns error 400. According to the docs:
If there is no transition specified.
This is what I send:
{"update":{"comment":{"add":{"body":"Woot woot. No assignee change."}}},"fields":{"resolution":{"name":"Duplicate"}},"transition":{"id":"5"}}
As you can see, there's a transition[id] in there. My request is almost identical to the one in the example in the docs.
What am I missing here?
OMG I missed an array in between somewhere. That's double weird:
Ah well. Fixed!
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.