JQL Query to filter out Test Execution items based on run status (Aborted/Failed/Passed)

Vinod Vidhani
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 8, 2021

Hi,

 

I need help with a JQL query that can filter out my Test Executions based on the how they are run. (classified as Passed, Failed, Aborted etc.) Separate JQL queries for each status would work too. 

Can someone please help?

1 answer

0 votes
Deepanshu Natani
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 8, 2021

Hi @Vinod Vidhani 

Which marketplace application you are using for test case management? XRay?

Are "Test Executions" an issue type?

Vinod Vidhani
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 8, 2021

Hi Deepanshu. Thanks for reverting. I am using Jira. Yes Text Executions are an issue type. Each time while executing a Test (issue type) we end up creating another issue type i.e. Test Execution. So I want to filter out these Test Execution Issue types separately for Pass/Fail for my project

Deepanshu Natani
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 8, 2021

Check if the below query meet your needs:

issuetype = "Test Execution" AND status = Passed

in the above query, you can replace "passed" with the status of test executions for which you want to search

JULIAN RICARDO RODRIGUEZ MORENO
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 13, 2023

Good morning @Deepanshu Natani , I have a similar quetion. I use zephir, and I trie to do the query  issuetype = "Test Execution" AND status = Passed , but tghis issueType is not created in my project, BUT i have many teste executions created with zephir.

 

How can I to do queries in JQL associated to test exceution or cycles test in order to can know if is passed or not.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events