-2

How to create multiple test cases in Jira using Zephyr(in Java)

1 Answers1

0

On the Atlassian marketplace you can find the ZAPI add-on which makes REST API calls available for Zephyr. The add-on is not free though.

From your java app (or groovy scripts or whatever), you can use your favorite REST client library to call the ZAPI resources to create tests, but you'll have to check the docs here.

GlennV
  • 3,471
  • 4
  • 26
  • 39