The Shortcut application url for the Story.
True if the story has been archived or not.
A true/false boolean indicating if the Story is currently blocked.
A true/false boolean indicating if the Story is currently a blocker of another story.
An array of IDs of Comments attached to the story.
A true/false boolean indicating if the Story has been completed.
Optionalcompleted_The time/date the Story was completed.
Optionalcompleted_A manual override for the time/date the Story was completed.
The time/date the Story was created.
Optionalcustom_An array of CustomField value assertions for the story.
Optionalcycle_The cycle time (in seconds) of this story when complete.
OptionaldeadlineThe due date of the story.
OptionaldescriptionThe description of the Story.
A string description of this resource.
Optionalepic_The ID of the epic the story belongs to.
OptionalestimateThe numeric point estimate of the story. Can also be null, which means unestimated.
Optionalexternal_This field can be set to another unique ID. In the case that the Story has been imported from another tool, the ID in the other tool can be indicated here.
An array of external links (strings) associated with a Story
An array of IDs of Files attached to the story.
An array of UUIDs for any Members listed as Followers.
Optionalformatted_The formatted branch name for this story.
Optionalgroup_The ID of the group associated with the story.
An array of Group IDs that have been mentioned in the Story description.
The unique ID of the Story.
Optionaliteration_The ID of the iteration the story belongs to.
An array of label ids attached to the story.
An array of labels attached to the story.
Optionallead_The lead time (in seconds) of this story when complete.
An array of IDs of LinkedFiles attached to the story.
An array of Member IDs that have been mentioned in the Story description.
Deprecated: use member_mention_ids.
Optionalmoved_The time/date the Story was last changed workflow-state.
The name of the story.
The number of tasks on the story which are complete.
An array of UUIDs of the owners of this story.
Optionalparent_A number representing the position of the story in relation to every other story in the current project.
The IDs of the iteration the story belongs to.
Optionalproject_The ID of the project the story belongs to.
The ID of the Member that requested the story.
A true/false boolean indicating if the Story has been started.
Optionalstarted_The time/date the Story was started.
Optionalstarted_A manual override for the time/date the Story was started.
The stats object for Stories
An array of story links attached to the Story.
Optionalstory_The ID of the story template used to create this story, or null if not created using a template.
The type of story (feature, bug, chore).
Optionalsub_Optionalsynced_The synced item for the story.
An array of IDs of Tasks attached to the story.
Optionalupdated_The time/date the Story was updated.
The ID of the workflow the story belongs to.
The ID of the workflow state the story is currently in.
StorySlim represents the same resource as a Story, but is more light-weight. For certain fields it provides ids rather than full resources (e.g.,
comment_idsandfile_ids) and it also excludes certain aggregate values (e.g.,cycle_time). Thedescriptionfield can be optionally included. Use the Get Story endpoint to fetch the unabridged payload for a Story.