Skip to main content
Activity Events > Target User
Arnaud Lachaume avatar
Written by Arnaud Lachaume
Updated over a month ago

Dataset: Activity Events

Entity: Activity Events

Field ID: target_user_username

Type: Text

Description: The username of the person targeted by the event. Only applicable to REVIEWER_ASSIGNED, REVIEWER_UNASSIGNED, USER_ASSIGNED, USER_UNASSIGNED actions. NULL for any other event action. Note that usernames are app-specific.

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: N/A

From:

Github (Timeline Items)

targetActor.login

Gitlab (Discussions, State Events)

Extracted from system discussion content.

Bitbucket (Activity)

REVIEWER_ASSIGNED: update.changes.reviewers.added.uuid

REVIEWER_UNASSIGNED: update.changes.reviewers.removed.uuid

Jira (Changelog, Worklog)

change.to from assignee changelogs

ClickUp (Issue timestamps)

N/A (no assignment events exposed)

Trello (Actions)

data.member.id

Did this answer your question?