ContributionsMost RecentMost LikesSolutionsRe: Zephyr: problems in retrieving list of executions Thank you! 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 fixVersion='yyyyy' AND cycleName='zzzz' AND folderName='wwww' In some cases, I'm getting 0 records even if records are present in the test cycle. Is this the correct API to use? Thank you. Solved