![]() |
How to add new status "Resolved (Verified)" Is it possible for me to add new bug status? My workflow is such that developer marks items as Resolved (Fixed). When tester recieves next software build they verify that item is fixed, but don't CLOSE until product is about to ship.
Andrew Jackson
Well, it can't be done using the UI. It can be done by modifying your source code. How easy? That depends on how familiar you or your staff are with VBScript. You could certainly model you new field on the existing fields, both in the code and in the db, and it shouldn't be too complicated. Of course, perhaps you could leave it as is and simply bring up those closed cases in a saved filter - closing a case is not deleting a case, and if the bug is fixed, but rears its ugly head again, you can always reactivate that case.
Dmitri
Actually for this sort of modification, you wouldn't have to change the source. You would just need to add a new "Status" to the status table in the database "Resolved - Verified". Should only take a couple of seconds.
Michael H. Pryor
Is there a way to do this if you don't have Access?
HeyCoolAid!
<%
Michael H. Pryor
Once I figured out that I needed to run this asp file from C:\Inetpub\wwwroot everything was fine. It worked great... thanks!
HeyCoolAid!
Could I suggest that this is added to the UI? We have a full process and requests go through many statuses between Active and Resolved.
Rahoul Baruah
|