logseq-jira
logseq-jira copied to clipboard
JQL API has been removed
Describe the bug
While calling the "Jira: Pull JQL Results" command, I get a 410 status code.
In the dev console, I can see that the https://mycompany.atlassian.net/rest/api/3/search?jql=... is called and the response is:
{
"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": {}
}
Anyway, thank you for that great plugin!