Jira developers have deprecated some API endpoints on 1st of October 2025, which consequently impacted the ADF (Azure Data Factory) JIRA connector:
https://learn.microsoft.com/en-us/azure/data-factory/connector-jira?tabs=data-factory
Namely, the JIRA connector endpoint called "Platform"."Api_Issue" (and others in the Platform schema) are not accessible anymore, i.e. there aren't any data available:
I'm not the one who noticed that (see below), but it would be nice to fix the ADF Jira connector rather than for me to invest hours and days to develop a data pipeline based solely on the JQL search REST API endpoints, which are paginated naturally.
The ADF Jira connector provided already neatly prepared data in Tabular form.
Our use case is to retrieve all ISSUES for all JIRA projects within our organization, and the JIRA connector was amazing in that.
I'll contact Microsoft / Azure developers too, but it would be beneficial to know alternatives for this.
Sources:
https://developer.atlassian.com/cloud/jira/platform/rest/v2/api-group-issue-search/#api-group-issue-search
https://developer.atlassian.com/cloud/jira/platform/changelog/#changelog
3rd party JDBC connector: Schema Tables