Hi,
So i am trying to configure a Filter for a teams dashboard where they are tracking test cases related to a specific Test plan. Usually i would use a linkedissue JQL such as:
issueFunction in hasLinks(tests) AND issue in linkedIssues("")
However since tests are not linked through the Linked Issue field this is not possible.
We are using Xray reports addon, but i am pretty certain that the aligning of test plan to test is not part of this.
Do any of you have a suggestion for what JQL to use. I am using the standard issue types "Test plan" and "Test", and i want to show all Tests under the Test Plan
Br,
Morten
Hi @Morten Aavad
I think you should use JQL queries specific to XRay.
If you are using XRay Cloud "No specific JQL functions are provided, since Jira Cloud does not provide a mechanism to implement them." So I don't think you can do what you want.
Otherwise, if you are using XRay Server, this page should help you ( https://confluence.xpand-it.com/display/public/XRAY/Xray+Documentation+Home?key=XRAY) and a JLQ query like
issue in testPlanTests("SPECIFICTESTPLAN-123")
should do what you want !
Hope it helps !
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Thomas, if I need issuestype Bug includes in a test plan, how can we generate that JQL? Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Works great - thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
https://confluence.xpand-it.com/display/public/XRAY/Xray+Documentation+Home?key=XRAY
Does not work anymore, can someone please help?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Abid Rana - This link may provide the information you need.
https://docs.getxray.app/display/XRAY/Enhanced+querying+with+JQL
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.