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.
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.