$g_limit_reporters
is enabled, users that are reporters in a project, or lower access level, are only allowed to see the issues they reported. Issues reported by other users are not accessible by them.
$g_report_bug_threshold
. Additionally, that threshold can have different values in each project. Being dependant on that threshold, the behaviour of this option is not well defined when the reporting threshold is configured as discrete values with gaps, instead of a simple threshold. In that scenario, the visibilty is determined by the minimum access level contained in the $g_report_bug_threshold
access levels array.
Note
$g_limit_view_unless_threshold
. The new option will be available by default on new installations, or after disabling $g_limit_reporters
if enabled in an existing instance.