}
}
+ if (filter_wants $filters, 'creator', $types, $prefix) {
+ $item->{'creator_detail'}
+ = $self->_user_to_hash($attach->attacher, $filters, undef, 'creator');
+ }
+
if (filter_wants $filters, 'data', $types, $prefix) {
$item->{'data'} = $self->type('base64', $attach->data);
}
Bugzillas. (However, this backwards-compatibility will go away in Bugzilla
5.0.)
+=item C<creator_detail>
+
+C<hash> A hash containing detailed user information for the creator. The keys
+included in the user detail hash are the same as ones returned for the Get Bug
+method.
+
=item C<flags>
An array of hashes containing the information about flags currently set
=item REST API call added in Bugzilla B<5.0>.
+=item The C<creator_detail> field was added in Bugzilla B<6.0>.
+
=back
otherwise.
creator string The login name of the user that created the
attachment.
+creator_detail object An object containing detailed user information for
+ the creator. To see the keys included in the user
+ detail object, see :ref:`rest_single_bug`.
flags array Array of objects, each containing the information
about the flag currently set for each attachment.
Each flag object contains items descibed in the