# use.)
use constant FIELD_MAP => {
blocks => 'blocked',
- is_confirmed => 'everconfirmed',
cc_accessible => 'cclist_accessible',
commentprivacy => 'comment_is_private',
creation_time => 'creation_ts',
depends_on => 'dependson',
dupe_of => 'dup_id',
id => 'bug_id',
+ is_confirmed => 'everconfirmed',
+ is_cc_accessible => 'cclist_accessible',
+ is_creator_accessible => 'reporter_accessible',
last_change_time => 'delta_ts',
platform => 'rep_platform',
severity => 'bug_severity',
=back
-=item C<cc_accessible>
+=item C<is_cc_accessible>
C<boolean> Whether or not users in the CC list are allowed to access
the bug, even if they aren't in a group that can normally access the bug.
C<string> The full login name of the bug's QA Contact.
-=item C<reporter_accessible>
+=item C<is_creator_accessible>
C<boolean> Whether or not the bug's reporter is allowed to access
the bug, even if he or she isn't in a group that can normally access