Custom Field
Update custom field definition
Apply constrained schema evolution. Identity fields cannot change.
patch/v1/custom-fields/{id}
Request body
Example request
{
"schema": {
"min": "0.01",
"max": "100.00"
}
}Response
OK
Example response
{
"id": "9bsv0s46s6s002p9ltq0",
"key": "story_points",
"name": "Story points",
"scope_id": "9bsv0s46s6s002p9ltq0",
"schema": {
"min": "0.01",
"max": "100.00"
}
}