List custom field definitions
List custom-field definitions that apply at a scope, including inherited ancestors.
Query parameters
Organization, namespace, or project ID that owns or inherits definitions.
Response
OK
Example response
[
{
"id": "9bsv0s46s6s002p9ltq0",
"key": "story_points",
"name": "Story points",
"scope_id": "9bsv0s46s6s002p9ltq0",
"schema": {
"min": "0.01",
"max": "100.00"
}
}
]Changes
Changed in 2 of the 26 revisions of this API.33
- ●
added the new
Extensionenum value to the////response property for the response statusresponse-property-enum-value-added
- ●
added the new
Extensionenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
Extensionenum value to the/response property for the response statusresponse-property-enum-value-added
- ○
added the new enum value
Extensionto thequeryrequest parameterscope_typerequest-parameter-enum-value-added
- ○
added the new enum value
Extensionto thequeryrequest parametertarget_typerequest-parameter-enum-value-added
- ●
- ○
endpoint added
endpoint-added
- ○