/
Progress Bar Configuration
Progress Bar 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, the body should follow this scheme and its property names:
`{
configurations: [
{
configuration: {
progressBar: {
label: "...",
value: "...",
id: "<Unique Id>",
}
},
contextId: "<Unique Id>"
}
]
}`
Property value
accepts only color hex code, e.g. #0252cc
, any other notation will lead to unexpected custom field behavior.
Property id
must be unique in order for JQL to use it.
Related content
Min/Max Configuration
Min/Max Configuration
More like this
MoSCoW Configuration
MoSCoW Configuration
More like this
Decimal Number Configuration
Decimal Number Configuration
More like this
Issue Rating Configuration
Issue Rating Configuration
More like this
Traffic Lights Configuration
Traffic Lights Configuration
More like this
T-Shirt Configuration
T-Shirt Configuration
More like this