This query worked fine until the recent deprecation.
https://ayadev.atlassian.net/rest/api/2/search/?jql=summary%7EtextA%20AND%20summary%7EtextB
Tried updating to newer jql query format but it just always returns an empty array when I use terms for textA and textB that I know 100% we have existing tickets with those terms in the summery.
https://ayadev.atlassian.net/rest/api/3/search/jql?jql=summary%7EtextA%20AND%20summary%7EtextB
Hoping for some assistance on the correct new format?
UPDATE - made some progress. Getting results now by adding fields and maxresults, but now it returns items that do not actually match the summary contains rule:
Hi @Jodee Page
On my side this works, with my summary seach terms.
https://ayadev.atlassian.net/rest/api/3/search/jql?jql=summary~textA AND summary~textB
You can even past it in your browser with the spaces, it will be replaced by html coding
Got it. Thanks. Was possibly mixing up using AND within the text match and & for the additional query params. This is now working.
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.