Assign bugs to viewer
Posted: 06 Apr 2006, 12:42
Hi,
I'd like to assign bugs to viwer (or reporter).
So i've write these lines :
Any idea why it doesn't work?
I'd like to assign bugs to viwer (or reporter).
So i've write these lines :
Code: Select all
# access level needed to be able to be listed in the assign to field.
$g_handle_bug_threshold = VIEWER;
# access level needed to show the Assign To: button bug_view*_page or
# the Assigned list in bug_update*_page.
# This allows control over who can route bugs
# This defaults to $g_handle_bug_threshold
$g_update_bug_assign_threshold = '%handle_bug_threshold%';
# Access level required to be able to handle sponsored issues.
$g_handle_sponsored_bugs_threshold = VIEWER;
# Access level required to be able to assign a sponsored issue to a user with access level
# greater or equal to 'handle_sponsored_bugs_threshold'.
$g_assign_sponsored_bugs_threshold = VIEWER;