...
The options are described by a json JSON structure, containing the fields
...
sequence - number, the place that the option occupies among its silblings
Example:
Code Block | ||
---|---|---|
| ||
{ "optionId": 10505, "value": "Italy", "sequence": 1 } |
...
DELETE <jira-base>/rest/multi-level-cascading-select/1/option/{optionId}
...
where:
optionId
id of the option to remove
...
PUT <jira-base>/rest/multi-level-cascading-select/1/option/{optionId}
...
where:
optionId
id of the option to rename
...
sequence - number, the place that the option occupies among its silblings
Example:
Code Block | ||
---|---|---|
| ||
{ "optionId": 10505, "value": "Italy", "sequence": 1 } |
...
sequence - number, the place that the option occupies among its silblings
Example:
Code Block | ||
---|---|---|
| ||
{ "optionId": 10505, "value": "Italy", "sequence": 1 } |
...
PUT <jira-base>/rest/multi-level-cascading-select/1/option/{optionId}/enable
...
where:
optionId
id of the option to enable
...
sequence - number, the place that the option occupies among its silblings
Example:
Code Block | ||
---|---|---|
| ||
{ "optionId": 10505, "value": "Italy", "sequence": 1 } |
...
PUT <jira-base>/rest/multi-level-cascading-select/1/option/{optionId}/position
...
where:
optionId
id of the option to enable
...