-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
7.0.5, 7.0.9, 7.1.9, 7.5.1, 8.5.4, 9.17.1
-
7
-
9
-
Severity 3 - Minor
-
1
-
NOTE: This bug report is for JIRA Server. Using JIRA Cloud? See the corresponding bug report.
Summary
The options of custom fields that were disabled are returned via REST request. Affected custom fields include:
- Select List (single choice)
- Select List (multiple choices)
- Select List (cascading)
Steps to Reproduce
- Configure a custom field of any of the affected type listed above
- Add multiple options
- Disable one option and verify that it is not shown in the screens
- Run the following REST request
GET /rest/api/2/issue/createmeta?expand=projects.issuetypes.fields
- Monitor the custom field options returned
Expected Results
Only non-disabled entries should be returned in allowedValues
Actual Results
All the custom field options are returned in allowedValues json array
Notes
Similar request from Atlassian Answers: https://answers.atlassian.com/questions/274145/hidden-options-for-custom-fields-via-rest-api
Workaround
No workaround is available as of now
- relates to
-
JRACLOUD-61594 disabled customFieldOption entries returned in allowedValues in GET issue/createmeta Rest Api
- Closed