You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello,
I would like to have a JQL to know if a Test is in a Test Execution.
Can you help please?
Best regards.
Herbert
There are two easy ways to implement this sort of reporting such that you can use JQL to find the answer you are after. First, you could add a custom field call something like "Test Status" with the Options of:
In Test, Tested, Passed, Failed along with None (i.e., None = Blank).
Then you could search Jira for those options in your query such as "Test Status" = "In Test" to show which Stories as an example are being tested. By the way make sure it is added to the correct screens.
Second method, add to the workflow for the appropriate issues the status of "In Test". Again, you can then search for issues in that "In Test" status.
Either of these methodologies require Jira Administrator privs to implement.
Regards,
Bryan
Cprime Solutions Architect