-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Closed
Description
The Redash JIRA query runner references an Atlassian API endpoint which had been announced as deprecated over a year ago.
redash/redash/query_runner/jql.py
Line 163 in f95156e
jql_url = "{}/rest/api/2/search".format(self.configuration["url"]) |
https://developer.atlassian.com/changelog/#CHANGE-2046
We’re deprecating the following Jira Platform REST endpoints:
GET /rest/api/2|3|latest/search - Search for issues using JQL (GET)
This query runner is now completely broken
Metadata
Metadata
Assignees
Labels
No labels