I have a filter which shows the total amount of test cases we have
project = XXX AND issuetype = Test AND labels = SQT AND Status = Accepted
I can filter out test cases which never tested by
project = XXX AND issuetype = Test AND issue in testsWithoutExecution()
But how can I filter test cases which not tested in current release/version/build?
Hi @Sergii D,
Thank you for asking your question on the Atlassian Community.
To filter test cases which not tested in current release/version/build you could add another filter along with the existing ones to sort by the current version for the issue. As long as your issues all have an affected Version, the added filter would be:
project = XXX AND issuetype = Test AND issue in testsWithoutExecution() AND affectedVersion = XXX
I hope this helps and if you run into anymore problems, please follow the link below to have direct correspondence with someone from our support staff.
https://www.getzephyr.com/support (submit a ticket)
Team Zephyr
Your answer doesn't help
We use Zephyr test cycles which are shown in the test cases but there are no possibility to filter test cases which were NOT testing in particular Zephyr test cycle (which always have a TestExecution Version)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Were you ever able to figure this one out? There seems to be no way to get a list of test cases that have never made it into a test cycle.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.