/
Min/Max Configuration
Min/Max Configuration
Check out chapters Get Field Id, Get field configuration context Id, and Create/Update field configuration (options) in order to find out how to use endpoint properly. All endpoints used in the article Singe/Multiple pickers with create are also used for this custom field, only provided data in the body of Create/Update API is different.
In order to make this request successful, body should follow this scheme and it’s property names:
`{
configurations: [
{
configuration: {
minValue: Number(...),
maxValue: Number(...),
},
contextId: "<Unique Id>"
}
]
}`
Properties minValue
and maxValue
must be type Number.
, multiple selections available,
Related content
Singe/Multiple pickers with create
Singe/Multiple pickers with create
More like this
Default values and bulk changes
Default values and bulk changes
More like this
Min/Max Range
Min/Max Range
More like this
REST API - Access order details from Issue Property
REST API - Access order details from Issue Property
More like this
Jira Service Management (JSM) Portal 🆕
Jira Service Management (JSM) Portal 🆕
More like this
Getting started
Getting started
More like this