...
cty | Always "job" | string |
cmid | The ID of the trace. | int |
txt | Optional message with the trace. Typically used with traces that are messages. | string |
loc | The locale to which the comment is attached. This can be a source or target locale. | string |
loct | The language name. | string |
dt | The date of the trace. | datetime |
uid | The user who triggered this event. Null if the user was deleted. | int? |
tsk | The task code to which this event is attached: RV, TR, PROOF | string |
tskt | The task name. | string |
status | The job status at the time. Numeric status, see Job Status | int |
statust | The job status title. | string |
job | Some details for the job this refers to. | object |
edit | True if the user is allowed to edit or delete the item. False, if no change is permitted. | bool |
...