-
Suggestion
-
Resolution: Fixed
-
9
-
2
-
NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.
Please add an attribute that communicates whether a custom field option is currently disabled.
/rest/api/2/customFieldOption/
returns the option name/value. I would like to see something like the response shown here.
// 20160321144230 // http://localhost:8080/rest/api/2/customFieldOption/10104 { "self": "http://localhost:8080/rest/api/2/customFieldOption/10104", "value": "A" "disabled":true }
Relevant conversation at https://answers.atlassian.com/questions/242922/rest-api-for-custom-field-option-does-not-show-disabled-flag
- is related to
-
JRASERVER-41661 JIRA REST interface for disabling an option from drop-down custom field
- Closed
- relates to
-
JRACLOUD-60274 Provide disabled flag for /rest/api/2/customFieldOption/{id}
- Closed
(1 mentioned in)
Adding to Mr. Rathwell — can this be ported to 8.5?