bug status "Retest pass" or "retest fail"

Raana April 15, 2013

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

2 answers

0 votes
Peter Van de Voorde
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 15, 2013

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.

0 votes
Christian Czaia _Decadis AG_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 15, 2013

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"

Suggest an answer

Log in or Sign up to answer