logseq-jira icon indicating copy to clipboard operation
logseq-jira copied to clipboard

JQL API has been removed

Open raubel opened this issue 2 months ago • 0 comments

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!

raubel avatar Nov 11 '25 10:11 raubel