-
Bug
-
Resolution: Fixed
-
Medium
-
6
-
Severity 3 - Minor
-
28
-
Issue Summary
The PUT /rest/api/3/issue/{issueKeyOrId} API allows to set the value of Read-Only Text Field, but once you pass empty string the value is not cleared.
Steps to Reproduce
- Create a read-only custom field (ie. text cf)
- Add your CF to screens in a project.
- Set field value "some mistery value" via PUT /rest/api/3/issue/{issueKeyOrId}.
- Set field value to "" via PUT /rest/api/3/issue/{issueKeyOrId}
Expected Results
The value is cleared (set to "none" or the request results in 400 with a proper error message, but I believe we should allow clearing the field value).
Actual Results
The value of the field remains unchanged.
Workaround
Currently, there is no known workaround for this behavior. A workaround will be added here when available
- is duplicated by
-
AUTO-614 Ability to clear the Read-only custom field using the Automation.
- Closed
- is related to
-
AUTO-614 Ability to clear the Read-only custom field using the Automation.
- Closed
- is resolved by
-
ISSUE-15182 Loading...
- mentioned in
-
Page Loading...