Unable to use jira web api in powerbi

I’ve been using the following to connect powerbi with jira web api.

However, since the last few days, this seems to be not working. pls guide on the same.

BaseUrl = “https://support-tech.atlassian.net”,
ApiEndPoint = “/rest/api/latest/search”

Hi @AkshayVARDEKAR

You are using a deprecated endpoint, use this one instead: /rest/api/3/search/jql

https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-search/#api-rest-api-3-search-jql-get