I want to have 2 options for testers while they change status of the bug like "Retest pass" or "retest fail". if they change status as "retest pass", it should close the issue. if they choose "retest fail", it will auto assingn to developers. how to do that
The two options are just 2 transitions from your "In Test" status to other statusses in your workflow. Your "restest pass" will go to the "closed" status and your "retest fail" might go to a "Failed test" status.
You can edit the transitions to automatically close and resolve the issue when pressing the "retest pass" button. You can also use the transition post-functions to automatically assign the issue back to a developer.
I hope this helps.
I would use two transition:
1. Retest pass--> Transition to status closed
2.Retest fail --> Transition to current status with post-function "assign to XY"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.