We are using Zephyr for JIRA 2.2. I've tried using Search Test Execution with "cycleName is EMPTY" in the navigator, but this finds nothing when it should. We want to track all our tests and make sure every one of them belong to a test cycle.
Any way to search test tickets that are not a part of a test cycle yet?
Hi Nicole,
Zephyr for JIRA itself does not have the capability of getting the tests that are not part of a cycle. Yet you can use a combination of JIRA's rest APIs and our ZAPI (Zephyr API) plugin to accomplish your goal.
You can grab all the tests and check if they have been executed or not. After accomplishing this you are able to rule out the test you don't want, in this particular case the ones that are executed.
I've provided documentation on our ZAPI add-on below:
ZAPI documentation:
http://developer.getzephyr.com/zapi/index.php
ZAPI apiary:
http://docs.getzephyr.apiary.io/
ZAPI webinar:
http://blogs.yourzephyr.com/?p=3106
Kind Regards,
Edgar
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.