app_url |
String |
The Shortcut application url for the Story. |
[default to nothing] |
description |
String |
The description of the Story. |
[optional] [default to nothing] |
archived |
Bool |
True if the story has been archived or not. |
[default to nothing] |
started |
Bool |
A true/false boolean indicating if the Story has been started. |
[default to nothing] |
story_links |
Vector{TypedStoryLink} |
An array of story links attached to the Story. |
[default to nothing] |
entity_type |
String |
A string description of this resource. |
[default to nothing] |
labels |
Vector{LabelSlim} |
An array of labels attached to the story. |
[default to nothing] |
task_ids |
Vector{Int64} |
An array of IDs of Tasks attached to the story. |
[default to nothing] |
mention_ids |
Vector{String} |
`Deprecated:` use `member_mention_ids`. |
[default to nothing] |
synced_item |
*SyncedItem |
|
[optional] [default to nothing] |
member_mention_ids |
Vector{String} |
An array of Member IDs that have been mentioned in the Story description. |
[default to nothing] |
story_type |
String |
The type of story (feature, bug, chore). |
[default to nothing] |
custom_fields |
Vector{StoryCustomField} |
An array of CustomField value assertions for the story. |
[optional] [default to nothing] |
file_ids |
Vector{Int64} |
An array of IDs of Files attached to the story. |
[default to nothing] |
num_tasks_completed |
Int64 |
The number of tasks on the story which are complete. |
[default to nothing] |
workflow_id |
Int64 |
The ID of the workflow the story belongs to. |
[default to nothing] |
completed_at_override |
ZonedDateTime |
A manual override for the time/date the Story was completed. |
[default to nothing] |
started_at |
ZonedDateTime |
The time/date the Story was started. |
[default to nothing] |
completed_at |
ZonedDateTime |
The time/date the Story was completed. |
[default to nothing] |
name |
String |
The name of the story. |
[default to nothing] |
global_id |
String |
|
[default to nothing] |
completed |
Bool |
A true/false boolean indicating if the Story has been completed. |
[default to nothing] |
blocker |
Bool |
A true/false boolean indicating if the Story is currently a blocker of another story. |
[default to nothing] |
epic_id |
Int64 |
The ID of the epic the story belongs to. |
[default to nothing] |
unresolved_blocker_comments |
Vector{Int64} |
The IDs of any unresolved blocker comments on the Story. |
[optional] [default to nothing] |
story_template_id |
String |
The ID of the story template used to create this story, or null if not created using a template. |
[default to nothing] |
external_links |
Vector{String} |
An array of external links (strings) associated with a Story |
[default to nothing] |
previous_iteration_ids |
Vector{Int64} |
The IDs of the iteration the story belongs to. |
[default to nothing] |
requested_by_id |
String |
The ID of the Member that requested the story. |
[default to nothing] |
iteration_id |
Int64 |
The ID of the iteration the story belongs to. |
[default to nothing] |
label_ids |
Vector{Int64} |
An array of label ids attached to the story. |
[default to nothing] |
started_at_override |
ZonedDateTime |
A manual override for the time/date the Story was started. |
[default to nothing] |
group_id |
String |
The ID of the group associated with the story. |
[default to nothing] |
workflow_state_id |
Int64 |
The ID of the workflow state the story is currently in. |
[default to nothing] |
updated_at |
ZonedDateTime |
The time/date the Story was updated. |
[default to nothing] |
group_mention_ids |
Vector{String} |
An array of Group IDs that have been mentioned in the Story description. |
[default to nothing] |
follower_ids |
Vector{String} |
An array of UUIDs for any Members listed as Followers. |
[default to nothing] |
owner_ids |
Vector{String} |
An array of UUIDs of the owners of this story. |
[default to nothing] |
external_id |
String |
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. |
[default to nothing] |
id |
Int64 |
The unique ID of the Story. |
[default to nothing] |
lead_time |
Int64 |
The lead time (in seconds) of this story when complete. |
[optional] [default to nothing] |
estimate |
Int64 |
The numeric point estimate of the story. Can also be null, which means unestimated. |
[default to nothing] |
position |
Int64 |
A number representing the position of the story in relation to every other story in the current project. |
[default to nothing] |
blocked |
Bool |
A true/false boolean indicating if the Story is currently blocked. |
[default to nothing] |
project_id |
Int64 |
The ID of the project the story belongs to. |
[default to nothing] |
linked_file_ids |
Vector{Int64} |
An array of IDs of LinkedFiles attached to the story. |
[default to nothing] |
deadline |
ZonedDateTime |
The due date of the story. |
[default to nothing] |
stats |
*StoryStats |
|
[default to nothing] |
comment_ids |
Vector{Int64} |
An array of IDs of Comments attached to the story. |
[default to nothing] |
cycle_time |
Int64 |
The cycle time (in seconds) of this story when complete. |
[optional] [default to nothing] |
created_at |
ZonedDateTime |
The time/date the Story was created. |
[default to nothing] |
moved_at |
ZonedDateTime |
The time/date the Story was last changed workflow-state. |
[default to nothing] |