Hi @all
I' struggling by getting test executions in Xray (JIRA) wich failed and have no defect created/linked
I've tried to find something usefull at the JQL Queries site from xpandit - but nothing what helps me. Also I tried to combine somthing from the ScriptRunner JQL's with the xray JQL's - no succes.
Maybe I'm to blind, hope somebody can help.
Best regards André
Hi André,
Are you trying to get Test Execution issues or Test Runs (an execution of a Test)? In version 2.0 of Xray, we will provide features for searching Test Runs. With this new view it will be easy to see all Test Runs that have failed but do not have defects created: http://jira.xpand-addons.com/browse/XRAY-493
Currently, you can use the "TestRunStatus" custom field provided by Xray and to filter for failed Tests (always based in the latest final execution result for a specific version) and then use issue link JQL functions to check if the Test issue contains defect links. Something like:
issuetype = Test and TestRunStatus = FAIL and issue not in hasLinks("creates")
Best Regards,
Bruno Conde.
thanks for your input what exactly helped for me:
issuetype = Test and TestRunStatus = FAIL AND issueFunction not in hasLinks("created by")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I came across this question in my search, and I'm experiencing a similar issue. I found a list of Xray functions used for searching Xray issues in JIRA (one of which TestRunStatus). However, when I try searching, it doesn't recognize the function: I've tried changing the parameters various ways and I'm sure I have permission to view the issues. Note: issuetype = Test finds the tests and I'm able to query everything JIRA related. I'm trying to use
TestRunStatus in ("FAILED", "TODO", "PASSED")
in my search to make a pie chart in Confluence of the current status in my test plan.
Any tips will be helpful.
Thanks,
Barbara
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.