Hi here!
We are using cloud version of Jira and a Zephyr add-on for test cases for it. Recently needed to get all test cases linked to a number of story-type issues, but noticed that "linkedIssues" filter finds only Jira tickets, so everything except for Zephyr test cases.
It is possible to get some integration between Zephyr and Jira so that my query of
type = test AND linkedIssues in ([list of Jira ticket numbers]) will give me the desired result? Probably an add-on or maybe my query should be changed?
Thanx a lot in advance for any advice!
Anastasia
Thanks for leaving your comment on the Atlassian portal, but please see our link below to have direct correspondence with Team Zephyr's support staff. They will be able to answer any technical questions you may have.
https://www.getzephyr.com/support (submit a ticket)
Thank you and hope this helps,
Team Zephyr
thanx, will try writing my question there!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Fraser - what was the answer to this question?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Search for issues that are covered by test cases.
project = MGS and issue in hasTestCoverage()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
issuetype = Test and issue in linkedIssues(list of tickets)
This works
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.