-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
Low
-
Component/s: Assets - Service, performance, functionality
-
1
-
Minor
Issue Summary
Using the Put object endpoint with the Jira Service Management Cloud Assets REST API returns a permission error if the payload contains an invalid object type attribute ID.
Steps to Reproduce
- Using the Put object endpoint, try to update an existing object.
- In the payload, provide an invalid ID for objectTypeAttributeId.
Expected Results
A proper error message regarding the invalid ID should be shown
Actual Results
The following error is shown:
{"errorMessages":["Sorry, you do not have permission to perform this action."],"errors":{}}
Workaround
Ensure that the object type attribute IDs are valid.
- is related to
-
JSDCLOUD-17114 When user is calling PUT api on deleted attribute assets throws 403 error instead of BAD_REQUEST
-
- Closed
-