简体   繁体   中英

Jira Xray JQL - All test executions for a testplan

How would I construct a JQL query to find all text executions for a given testplan? I do have the testplan key.

I know this sounds strange since you can see it, when you open the testplan. But I am trying to automate the creation of executions and in the API the testplan issue has no link to it's executions, it's only the other way around. So I try to get them by query.

Use:

issue in testPlanTestExecutions("XXX")

XXX = test plan key

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM