Hi,
Hi, I’d like to report a bug related to the Jira integration. When attempting to load Sprint or Epic data in Testiny, the application sends a request to: GET /api/v1/workitem-integration/workitems/autocomplete with the Sprint field (customfield_10020), but the request consistently returns: 400 – Bad Request WORKITEM_INVALID_RESPONSE “An error occurred while accessing the Jira API” As a result, I’m unable to see active sprints or main epics in the integration.
GET https://app.testiny.io/api/v1/workitem-integration/workitems/autocomplete?integration_id=3&project_id=1&workitem_project_id=10076&field_name=customfield_10020&field_type=com.pyxis.greenhopper.jira%3Agh-sprint&keyword= 400 (Bad Request)
(anonymous) @ 14.bundle.3c27a014.js:1
xhr @ 14.bundle.3c27a014.js:1
e9 @ 14.bundle.3c27a014.js:1
_request @ 14.bundle.3c27a014.js:1
request @ 14.bundle.3c27a014.js:1
(anonymous) @ 14.bundle.3c27a014.js:1
internalRequest @ 9.bundle.02e3db98.js:19
get @ 9.bundle.02e3db98.js:19
getWorkItemFieldAutoComplete @ 9.bundle.02e3db98.js:19
(anonymous) @ 13.bundle.eb381214.js:94
eQ @ 11.bundle.ce291c2f.js:1
tR @ 11.bundle.ce291c2f.js:1
(anonymous) @ 13.bundle.eb381214.js:94
oq @ 8.bundle.16a22b2a.js:1 ….
[async] Uncaught error 1s4CWntMDRTBugZb0bKg@2025-12-10T09:34:27.929Z: message=‘An error occured while accessing the Jira API’
{
“code”: “WORKITEM_INVALID_RESPONSE”,
“status”: 400,
“expected”: false,
“type”: “ApiError”,
“reqid”: “RIgHMSkHF641PCb9”,
“meta”: {}
}
Error: An error occured while accessing the Jira API
at s.formatError ( Testiny )
at s.internalRequest ( Testiny )
at async s.getWorkItemFieldAutoComplete ( Testiny )
Not reported to Backend.
Could you please investigate this? Thanks!