Dataset: Activity Events
Entity: Activity Events
Field ID: value_at
Type: Datetime
Description: The datetime at which the event is supposed to have occurred, as specified by the author of the event. The Created at value is used otherwise.
This field will only differ from the Created at field on WORK_LOGGED
events if the user has manually specified a date for their work.
Source: Applications support the following events
Github:
CREATED
,CLOSED
,REOPENED
,MERGED
,REVIEWER_ASSIGNED
,REVIEWER_UNASSIGNED
,USER_ASSIGNED
,USER_UNASSIGNED
GitLab:
CREATED
,CLOSED
,REOPENED
,MERGED
,REVIEWER_ASSIGNED
,REVIEWER_UNASSIGNED
,USER_ASSIGNED
,USER_UNASSIGNED
,WORK_LOGGED
Bitbucket:
CREATED
,CLOSED
,MERGED
,REVIEWER_ASSIGNED
,REVIEWER_UNASSIGNED
Jira:
CREATED
,CLOSED
,REOPENED
,USER_ASSIGNED
,USER_UNASSIGNED
,WORK_LOGGED
,WORKFLOW_STATUS_UPDATED
ClickUp:
CREATED
,CLOSED
. ClickUp does not expose an events API. Keypup generates these two events based on the issue timestamps (date_created
&date_closed
)Trello:
CREATED
,CLOSED
,REOPENED
,USER_ASSIGNED
,USER_UNASSIGNED
,WORKFLOW_STATUS_UPDATED
Transformation logic:
If a value date was specified on the event (e.g.
WORK_LOGGED
), then this date is usedOtherwise, the Created at value of the event is used
From: |
|
Github (Timeline Items) | N/A |
Gitlab (Discussions, State Events) | Extracted from system discussion content [ |
Bitbucket (Activity) | N/A |
JIRA (Changelog, Worklog) |
|
ClickUp (Issue timestamps) | N/A |
Trello (Actions) | N/A |