Closed grokify closed 2 months ago
Info here on CustomFieldOptionJsonBean
:
{
"customfield_12345": {
"value": "value"
}
}
{
"customfield_12345": {
"value": "parentVal",
"child": {
"value": "childVal"
}
}
}
For a field like:
Set via:
{
"customfield_12345": {
"value": "Child Value"
}
}
Supported in 93cffc510ec12e8bd36c707be31c4c48ccf713de
Received the following when attempting to use the following with a custom field of type
Select List (cascading)
withIssueAPI.IssuePatch()
.Request
Using cURL:
Response