aws-samples / aws-samples/aws-securityhub-jira-software-integration
Jira api changes
- Dominant language
- Python
- Stars
- 41
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
Im getting the next error trying to create a ticket
```
[ERROR] JIRAError: JiraError HTTP 410 url: XXX
text: The requested API has been removed. Please migrate to the /rest/api/3/search/jql API. A full migration guideline is available at https://developer.atlassian.com/changelog/#CHANGE-2046
response headers = {'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Date': 'Tue, 23 Dec 2025 13:03:05 GMT', 'Server': 'AtlassianEdge', 'Timing-Allow-Origin': '*', 'X-Arequestid': '1aa48c4329a4e755964192c817a001dc', 'X-Aaccountid': '712020%3A809fc2ed-d0a5-4f29-8d56-c5a1d1cb1460', 'Cache-Control': 'no-cache, no-store, no-transform', 'X-Ratelimit-Limit': '350', 'X-Ratelimit-Remaining': '349', 'X-Content-Type-Options': 'nosniff', 'X-Xss-Protection': '1; mode=block', 'Atl-Traceid': '1728226505244e9699d973b3b021d203', 'Atl-Request-Id': '17282265-0524-4e96-99d9-73b3b021d203', 'Strict-Transport-Security': 'max-age=63072000; includeSubDomains; preload', 'Report-To': '{"endpoints": [{"url": "https://XXX.cloudfront.net/"}], "group": "endpoint-1", "include_subdomains": true, "max_age": 600}', 'Nel': '{"failure_fraction": 0.01, "include_subdomains": true, "max_age": 600, "report_to": "endpoint-1"}', 'Server-Timing': 'atl-edge;dur=54,atl-edge-internal;dur=16,atl-edge-upstream;dur=38,atl-edge-pop;desc="aws-eu-central-1"', 'X-Cache': 'Error from cloudfront', 'Via': '1.1 0XXX.cloudfront.net (CloudFront)', 'X-Amz-Cf-Pop': 'CMH68-P4', 'X-Amz-Cf-Id': 'bXj9Bj07unn14WPa_xBBemYHH96bH7wv2LH0ri76dNCqQRztSI1o=='}
response text =
{
"errorMessages": [
"The requested API has been removed. Please migrate to the /rest/api/3/search/jql API. A full migration guideline is available at https://developer.atlassian.com/changelog/#CHANGE-2046"
],
"errors": {}
}
```
Looks like the Jira api has changed and now its not working
Contributor guide
Assessment
This issue has not been assessed yet.