I'm trying to create an issue via the Rest v3 API and pulling my hair out.
Customfield _10930 is a Multi Select List.
What am I doing wrong?
It turns out I had an "test" Field Context setup and I couldn't see it because my list was so long. By scrolling to the bottom of the list it allowed me to delete the extra context.
Hi @Adam Witek
You api post shoul look like this:
{
"fields": {
"project": {
"key": "REST"
},
"summary": "Issue created from REST API",
"issuetype": {
"id": "1"
},
"customfield_10300": {
"value": "Mammal",
"child": {
"value": "Elephant"
}
}
}
}
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.