Hello,
Is it possible to create a report in Jira that shows all tickets that 'Failed' in the past? Even if the ticket is now resolved or 'Done' looking for a way to see all 'Failed' tickets at some point during the project.
Any suggestions?
Thanks
Hello!
One less known operator for JQL is the WAS operator.
Therefore, you can try with this JQL query :
status WAS "Failed"
Source: Advanced searching - operators reference (WAS)
WAS
" operator is used to find issues that currently have or previously had the specified value for the specified field.If you think it answers your question, don't hesitate to let me and the others know that your question has been answered :)
Cheers,
Julien
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.