Skip to main content

Activity Events > Source Workflow Status

Arnaud Lachaume avatar
Written by Arnaud Lachaume
Updated over 2 months ago

Dataset: Activity Events

Entity: Activity Events

Field ID: src_workflow_status

Type: Text

Description: The workflow status that the WORKFLOW_STATUS_UPDATED event transitioned from. NULL for the first transition event. NULL for any other event action.

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:

  • This field is calculated by looking at the workflow status of the WORKFLOW_STATUS_UPDATED event preceding the event.

From:

Github (Timeline Items)

N/A

Gitlab (Discussions, State Events)

N/A

Bitbucket (Activity)

N/A

Jira (Changelog, Worklog)

Calculated

ClickUp (Issue timestamps)

N/A

Trello (Actions)

Calculated

Did this answer your question?