CEvent

Contains information for a specific workflow event. Each defect, requirement, document, test case, and test run contains a list of this type to store the item’s events.

Extends

CItemWithDBRecordID

Fields

Field Type Description
recordid long Unique event record ID.
user string User who entered the event. See Formatting name fields for formatting information.
date DateTime Date and time the event was entered.
notes string Contents of the event Notes field.
eventaddorder short Indicates the order events are added if multiple events with the same date and time are created simultaneously through SOAP.
name string Event name. Use getEventDefinitionList to retrieve a list of events.
parenteventid long Record ID of the parent event if this event was in response to a multi-user event.
attachmentlist CFileAttachment[] CFileAttachment items associated with the event.
fieldlist CField[] Custom field values for the event.
resultingstate string Resulting workflow state of the item after the event.
hours double Number of effort hours.
assigntolist string[] Names of the users the item was assigned to by this event. The last event entered determines who the item is assigned to. See Formatting name fields for formatting information.
releasenotesversion string Dropdown list value. May be a renamed field. Use getDropdownFieldValuesForTable to retrieve a list of field values.
generatedeventtype string How the event was entered. Valid values: User, Multiple User Assignment, Auto Assignment, or Auto Escalation. Read only.
generatedbyname string Name of the user if the event was entered by auto assignment or escalation rule.
totaltimespent double Sum of the actual hours entered for all events. Read only.
overrideuser string User who overrode the workflow event. See Formatting name fields for formatting information.
marksuspect boolean Indicates if the item is marked as suspect.

Used in