My uri looks like :-
Request:-
POST https://prod-api.zephyr4jiracloud.com/connect/public/rest/api/1.0/zql/search?isAdvanced=true
POST data:
{"maxRecords":20,"offset":0,
"zqlQuery":"project=\" Development & Delivery\"AND+fixVersion in (\"Patch 86","Patch86\") AND cycleName=\"Regression Test8\"", "fields":{
"fixVersion":[{"id":10000,"name":"Version 3.0","projectId":11001,"released":false,"archived":false}]}}
-------------------------------
Response:-
{"errorType":"ERROR","clientMessage":"Invalid Json","errorCode":151}
-------------------------------
Am I converting ZQL correctly into post body :-
project = "Development & Delivery" AND fixVersion in ("Patch 86","Patch86") AND cycleName = " Regression Test8".
Any help will be highly appreciated...
Hi @pksah ,
Please regenerate the api keys once. After that get the payload from the Dev console which you are trying to filter ZQL.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.