Bugs
Get information about your bugs.
Columns
| Name | Type | Description |
| Id | Int | The login name of the user who performed the bug change. |
| Summary | String | The summary of this bug. |
| AssignedTo | String | The login name of the user to whom the bug is assigned. |
| Status | String | The current status of the bug. |
| AliasAggregate | String | The unique aliases of this bug. |
| ActualTime | Double | The total number of hours that this bug has taken so far. If you are not in the time-tracking group, this field will not be included in the return value. |
| AssignedToId | Int | The Id of the user to whom the bug is assigned |
| AssignedToRealName | String | The 'real' name of the user to whom the bug is assigned. |
| Classification | String | The name of the current classification the bug is in. |
| Component | String | The name of the component this bug belongs to. |
| CreationTime | Datetime | When the bug was created. |
| Creator | String | The login name of the person who filed this bug (the reporter). |
| CreatorId | Int | The ID of the person who filed this bug (the reporter). |
| Deadline | String | The day that this bug is due to be completed, in the format YYYY-MM-DD. |
| DuplicateOf | Int | The bug ID of the bug that this bug is a duplicate of. If this bug isn't a duplicate of any bug, this will be null. |
| EstimatedTime | Double | The number of hours that it was estimated that this bug would take. If you are not in the time-tracking group, this field will not be included in the return value. |
| IsCcAccessible | Boolean | If true, this bug can be accessed by members of the CC list, even if they are not in the groups the bug is restricted to. |
| IsConfirmed | Boolean | 'true' if the bug has been confirmed. Usually this means that the bug has at some point been moved out of the 'UNCONFIRMED' status and into another open status. |
| IsOpen | Boolean | 'true' true if this bug is open, 'false' if it is closed. |
| IsCreatorAccessible | Boolean | If true, this bug can be accessed by the creator of the bug, even if they are not a member of the groups the bug is restricted to. |
| LastChangeTime | Datetime | When the bug was last changed. |
| CreatorRealName | String | The real name of the person who filed this bug (the reporter). |
| CreatorName | String | The name of the person who filed this bug (the reporter). |
| CreatorEmail | String | The e-mail of the person who filed this bug (the reporter). |
| OperatingSystem | String | The name of the operating system that the bug was filed against. |
| Platform | String | The name of the platform (hardware) that the bug was filed against. |
| Priority | String | The priority of the bug. |
| Product | String | The name of the product this bug is in. |
| QAContact | String | The login name of the current QA Contact on the bug. |
| RemainingTime | Double | The number of hours of work remaining until work on this bug is complete. If you are not in the time-tracking group, this field will not be included in the return value. |
| Resolution | String | The current resolution of the bug, or an empty string if the bug is open. |
| Severity | String | The current severity of the bug. |
| TargetMilestone | String | The milestone that this bug is supposed to be fixed by, or for closed bugs, the milestone that it was fixed for. |
| UpdateToken | String | The token that you would have to pass to the process_bug.cgi page in order to update this bug. This changes every time the bug is updated. This field is not returned to logged-out users. |
| URL | String | A URL that demonstrates the problem described in the bug, or is somehow related to the bug report. |
| Version | String | The version the bug was reported against. |
| Whiteboard | String | The value of the |
| BlocksAggregate | String | The IDs of bugs that are |
| CCAggregate | String | The login names of users on the CC list of this bug. |
| DependsOnAggregate | String | The IDs of bugs that this bug |
| KeywordsAggregate | String | Each keyword that is on this bug. |
| SeeAlsoAggregate | String | The URLs in the See Also field on the bug. |