We're using JQL via '/rest/api/latest/search' to query issues before. However, we got a notification to ask using the '/rest/api/3/search/jql' API.
BUT the new api endpoint always returns an empty result. Could you please provide instructions on how to use your new API? I was trying to follow your official document https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-search/#api-rest-api-3-search-jql-get.
It is TOTALLY not working....
Hi @henry_he
Welcome to the community.
See tis example:
https://<instance-name>.atlassian.net/rest/api/3/search/jql?jql=project=TEST
Hello @henry_he
Welcome to the Atlassian community.
Please share with us the code that you are using to call the new API endpoint including the payload you are providing with the call.
We can't debug your problem without seeing how you are trying to use the endpoint.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.