shortcut_stories
Details about Shortcut stories
-
id
Primary key - Unique identifier of the row
-
source_id
Foreign key - Identifier of the story in Shortcut
-
owner_ids
Foreign key - An array of UUIDs of the users who are owners
-
team_id
Foreign key - ID of the team which owns the story
-
name
string - Name of the Shortcut story
-
estimate
number - The estimate (or point value) for the Story
-
cycle_time
number - The cycle time (in seconds) of this story when complete.
-
created_at
date - Timestamp of when the story was created
-
updated_at
date - Timestamp of when the story was updated
-
completed_at
date - Timestamp of when the story was completed
-
started_at
date - Timestamp of when the story was started
-
blocked
boolean - Boolean indicating if the Story is currently blocked
-
archived
boolean - Boolean if the story has been archived
-
completed
boolean - Boolean indicating if the story has been completed
-
started
boolean - Boolean indicating if the story has been started
-
story_type
string - The type of story (feature, bug, chore)
-
source_url
string - URL of the story
-
workflow_state_id
Foreign key - ID of the workflow state for the story