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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.