Adding a Reviewer column/field to a bug
Posted: 25 May 2007, 16:09
In addition to assigning an issue to a handler, I'd like to assign a reviewer to an issue also. The reviewer will have the authority to close the issue once the hanlder has declared the issue is resolved and the reviewer agrees with this.
It looks like I need to add a reviewer_id column to the manits_bug_table and then go through all the code and wherever handler_id is referenced, see if it is appropriate to also add code for reviewer_id.
Or is there a better way to accomplish this?
It looks like I need to add a reviewer_id column to the manits_bug_table and then go through all the code and wherever handler_id is referenced, see if it is appropriate to also add code for reviewer_id.
Or is there a better way to accomplish this?