Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,556,400
Community Members
 
Community Events
184
Community Groups

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

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.
Mar 08, 2021

Hi @Vinod Vidhani 

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

Are "Test Executions" an issue type?

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.
Mar 08, 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

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