/
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.
, multiple selections available,
Related content
Manual Progress Bar
Manual Progress Bar
More like this
Integrate Fields - Custom Field Types for Jira
Integrate Fields - Custom Field Types for Jira
More like this
Epic Progress Bar
Epic Progress Bar
More like this
Subtask Progress Bar
Subtask Progress Bar
More like this
Default values and bulk changes
Default values and bulk changes
More like this
Jira Service Management (JSM) Portal 🆕
Jira Service Management (JSM) Portal 🆕
More like this