-
Suggestion
-
Resolution: Timed out
NOTE: This suggestion is for JIRA Service Desk Cloud. Using JIRA Service Desk Server? See the corresponding suggestion.
Hi everybody,
When I use JIRA REST APi to create an simple issue, everything works fine.
I'm facing a problem when I add to my json request a custom field (Customer request type) "customfield_10025" :
- I got a 400 error : "value of operation has to be a chain" ....
Here is my json request :
{
"update": {},
"fields": {
"project":
,
"summary": "bla bla",
"issuetype":
,
"priority":
,
"description": "bla bla",
"customfield_10202":
{ "id": "10100" },
"customfield_10203": {
"id": "10102",
"child":
},
"customfield_10025": {
"requestType":
}
}
}
Can you help me to get the good syntax ?
Many thanks
- is related to
-
JSDSERVER-3853 JSON formattage to add customer request Type custom field when creating via JIRA REST API
- Closed