JDBC Driver for Bugzilla

Build 22.0.8462

BugCcDetail

Returns details of the CC of a certain Bug.

The 'SELECT * FROM BugCcDetail' query could be slow if you have a lot of Bugs. In that case, use 'IN' filtering for better performance.

Columns

Name Type Description
Id [KEY] Int The ID of the cc list member.
Name String The name of the cc list member.
RealName String The 'real' name of the cc list member.
Email String The e-mail of the cc list member.
BugId Int The Id of the bug you're trying to get the CC details from.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462