I am trying to find the First Time Right (FTR) report for which I need to find the defects which are reopened after it went for the retest.
Can somebody help me to find this
Hi @Joseph Thadeus,
I'm not sure I understand, do you want to find issues in Jira that have transitioned from a Closed status to something else due to a retest?
If so, that is possible.
Thanks
Hi Danny,
I have fixed a defect and put it on retest. The test team reopned it which means the fix is not working. Dev team worked on it and fixed it and it got closed. Later I am not able to find the reopened (earlier and not now) defects.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Would this work for you;
type = defect and status changed FROM (closed) TO (retest) and status = closed
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Danny,
Thank you very much. It works and you have saved my time :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Anytime @Joseph Thadeus,
If you are happy with my proposed solution please accept my answer so that others may find this solution helpful :)
Thanks and have a great day
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.