I have an epic with tests that have been linked to it.
What is the JQL query that can retrieve all tests that are linked to the issue ?
@Kristina Leclerc Tests should be linked to requirements issues with standard Jira links.
You can find issues that are linked to your epic with:
issue in linkedIssues("MYEPIC-123", "is covered by")
If you only have a handful of issue keys you want to check this search should work just fine but if you have more advanced use cases you should consider using our JQL extensions. If you install
you'll be able to check the tests linked to issues that match your custom criteria. For example:
issue in linkedIssuesOfQuery("project=SP and fixversion=earliestUnreleasedVersion()", "is covered by")
to find all tests linked to the tickets in new version. You can check more in the docs.
Let me know if this helps!
Hey Kristina,
One of these should meet your needs: https://docs.getxray.app/display/XRAY/Enhanced+querying+with+JQL
Is there anything that is missing to cover your use case?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I thought these enhanced queries only worked for Xray Server and not for Xray Cloud. Is that still the case?
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.
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.