Forum Discussion

MBN's avatar
MBN
New Contributor
5 years ago
Solved

Zephyr: problems in retrieving list of executions

Hello, I need to retrieve the list of test cases (executions) assigned to a project/version. I'm using this API call: jira/rest/zapi/latest/zql/executeSearch?zqlQuery=project='xxxx' AND fixVers...
  • BibekBehera's avatar
    5 years ago

    Hi There,

     

    Here is a valid sample request for parsing the request for any ZQL query via api.

    /rest/zapi/latest/zql/executeSearch?zqlQuery=project = "AV" AND fixVersion = "IOS10" AND cycleName in ("Chrome") AND folderName in ("apple1") AND fixVersion = IOS10

     

    It looks like you are nou using IN clause <folderName in ("apple1")>

     

    Regards,

    Bibek