shortcut_story_updates
Changes of workflow state of a story
-
id
Primary key - Unique identifier of the row
-
source_id
Foreign key - Identifier of the story history in Shortcut
-
previous_workflow_state_name
string - Name of the previous workflow state
-
previous_workflow_state_id
Foreign key - Previous workflow state ID
-
new_workflow_state_name
string - Name of the new workflow state
-
new_workflow_state_id
Foreign key - New workflow state ID
-
changed_at
date - When the workflow state changed
-
created_at
date - Timestamp of when the user was created in Shortcut
-
updated_at
date - Timestamp of when the user was updated in Shortcut