-
Type:
Bug
-
Resolution: Timed out
-
Priority:
Low
-
None
-
Affects Version/s: 6.3-OD-3, 6.2.3
-
Component/s: REST API
-
6.02
-
Severity 3 - Minor
-
NOTE: This bug report is for JIRA Server. Using JIRA Cloud? See the corresponding bug report.
The case sensitivity of the
/rest/api/2/issue/{issueIdOrKey}/comment (POST)
call seems to have changed during the update to Jira 6.2.
Prior to the update we were able to pass through:
{'body': 'test', 'visibility': {'type': 'role', 'value': 'staff'}}
The role is actually "Staff", but it still worked. Post-update, this now results in a 500 error
{"errorMessages":["Internal server error"],"errors":{}}
Not a major concern, but this has changed the functionality of the API without changing the version.
- relates to
-
JRACLOUD-38003 REST API comment case sensitivity has changed
-
- Closed
-
- was cloned as
-
JDEV-28333 Loading...