We have created a dashboard for Jira Xray and using rich filters. However it seems that we cannot use rich filters for some specific Xray gadgets like Test Evolution, Test Runs List, Tests List. We have to manually change the filters for all these gadgets and it is inconvenient. For instance
1) To see pass fail WIP status of Test cases under for a Test Execution
JQL:
project = XYZ AND issuetype = "Xray Test Execution" AND component = ABC AND createdDate >= 2024-09-19 ORDER BY createdDate Desc
Note: we need to have Filter by Begin Date so that latest Test Execution is filtered out.
2) To see pass fail WIP status of Test cases under for a Test Plan
JQL:
project = XYZ AND issuetype = "Xray Test Plan" AND component = ABC AND createdDate >= 2024-09-19 ORDER BY createdDate Desc
Note: we need to have Filter by Begin Date so that latest Test Plan is filtered out.
Hi @AB
As far as the behaviour of the gadgets go, they are showing the correct one.
As Rich Filters is a third-party app we do not own or maintain, its compatibility with Xray gadgets is outside our control.
Have you tried reaching out to their support?
For now, the recommended approach is to manually adjust the JQL filters directly within each Xray gadget. We understand this can be inconvenient and appreciate your feedback. I’ll relay it to our Product team for future consideration.
Best, Francisco
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.