Custom Field
Create custom field definition
Create a typed custom-field definition. The definition is immediately usable.
post/v1/custom-fields
Request body
Example request
{
"key": "story_points",
"name": "Story points",
"scope_id": "9bsv0s46s6s002p9ltq0",
"schema": {
"min": "0.01",
"max": "100.00"
}
}Response
Created
Example response
{
"id": "9bsv0s46s6s002p9ltq0",
"key": "story_points",
"name": "Story points",
"scope_id": "9bsv0s46s6s002p9ltq0",
"schema": {
"min": "0.01",
"max": "100.00"
}
}