chandresh376
2 years agoNew Contributor
Zephyr Test bulk execution
what API is available in zephyr that gives capability to add bulk jira tests to Zephyr cycle and update its execution as well. Instead of doing following API for each Jirat Test issue
1. add Jira Test to Zephyr Cycle
POST /rest/zapi/latest/execution
2. run Zephyr execution
PUT /rest/zapi/latest/execution/{execution-id"}/execute
I have hundreds of Jira Test cases that needed to be updated programmatically. Having bulk add to Zephyr cycle and bulk execution really saves time