Task Log object representation

The tasklog object representation and fields are described below.

tasklog was introduced in API version V1

tasklog has not been marked for deprecation

Usages

Description

Representation of a single task log entry related to a tasks history of activities

Fields

NameTypeDescriptionConstraints
urnString representation of a Unique Resource Name. Typically a UUID with 36 characters.The URN of the task log activity
urlURL represented as a stringThe URL for addressing requests related to the log entry
tasktaskThe task this log message is associated withRequired on create. Ignored on update.
subjectsubjectThe subject of the activity if required
replyTotasklogUsed to capture a reply to reference to allow threading of responses.
sortOrderSigned int32The sort order for the default sort listing logs (reverse order) with most recent items first. Typically the sort order is set by the insertion order so is optionalOptional.
identityidentityThe identity of the actor to allow details of the commenter for example to be captured
activityA string representation of a enumeration name restricted to the documented valuesThe activity type for this log entry

Allowed values:

  • CREATED
  • STATUS_UNDEFINED
  • STATUS_PENDING
  • STATUS_IN_PROGRESS
  • STATUS_BLOCKED
  • STATUS_COMPLETED
  • STATUS_CLOSED
  • PRIORITY_LOW
  • PRIORITY_MEDIUM
  • PRIORITY_HIGH
  • PRIORITY_CRITICAL
  • PRIORITY_NONE
  • WORKFLOW_STAGE_SET
  • WORKFLOW_STAGE_UNSET
  • COMMENT_ADDED
  • WORK_TASK_ASSOCIATION_ADDED
  • WORK_TASK_ASSOCIATION_REMOVED
  • WORK_TASK_BLOCKER_ADDED
  • WORK_TASK_BLOCKER_REMOVED
  • WORK_TASK_BLOCKING_ADDED
  • WORK_TASK_BLOCKING_REMOVED
  • WORK_TASK_ENTITY_ADDED
  • WORK_TASK_ENTITY_REMOVED
  • WORK_TASK_IDENTITY_ADDED
  • WORK_TASK_IDENTITY_REMOVED
  • WORK_TASK_COMPANY_ADDED
  • WORK_TASK_COMPANY_REMOVED
  • WORK_PROJECT_SET
  • WORK_PROJECT_UNSET
  • ASSIGNED
  • UNASSIGNED
  • TITLE_UPDATED
  • DESCRIPTION_UPDATED
  • DUE_DATE_UPDATED
  • DUE_DATE_UNSET
  • UNRECOGNIZED
commentString literalA comment on the task, typically would also set the identity to capture the commenter
createdTimestampTimestamp expressed in ISO 8601 format without timezone including milliseconds. Note unless otherwise stated in UTC zone.The timestamp of when this activity log event was created