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. |
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. |