Details
-
Suggestion
-
Status: New
-
Resolution: Unresolved
-
None
-
None
-
None
Description
When I use the following Xray API to Create Tests with improper permissions
POST https://xray.cloud.getxray.app/api/v2/import/test/bulk
I get the following error on checking the Job status
GET https://xray.cloud.getxray.app/api/v1/import/test/bulk/<Job_id>/status
{ "status": "failed", "progress": [ "[Wed, 09 Oct 2024 07:42:34 GMT] Preprocessing the information of the 1 issues to import.", "[Wed, 09 Oct 2024 07:42:39 GMT] Creating 1 test(s) in JIRA." ], "progressValue": 20, "result": { "error": "Error importing tests." } }
The error should show specific information related to the failure of the API stating inaccurate permissions.