Hello everyone,
I'm trying to create an issue using the JIRA API REST. In this particular JIRA, there's a field that is mandatory in order to create the issue but it has a strange format. When I perform a GET this is what I retreived:
"customfield_xxxx": [ { "key": "{KEY}" } ]
But for some reason when I try to create an issue with this customfield, this error shows up:
Hi @Diego Manríquez Can you share exactly what your POST body looks like? What type of custom field are you trying to update? (e.g. single line custom field, multi-select list, etc.)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.