Skip to main content
Server path: /shortcut-stories | Type: Application | PCID required: Yes

Tools

ToolDescription
shortcut_stories_create_multiple_storiesCreate Multiple Stories
shortcut_stories_create_storyCreate Story
shortcut_stories_create_story_commentCreate Story Comment
shortcut_stories_create_story_from_templateCreate Story From Template
shortcut_stories_create_story_linkCreate Story Link
shortcut_stories_create_story_reactionCreate Story Reaction
shortcut_stories_create_taskCreate Task
shortcut_stories_delete_multiple_storiesDelete Multiple Stories
shortcut_stories_delete_storyDelete Story
shortcut_stories_delete_story_commentDelete Story Comment
shortcut_stories_delete_story_linkDelete Story Link
shortcut_stories_delete_story_reactionDelete Story Reaction
shortcut_stories_delete_taskDelete Task
shortcut_stories_get_external_link_storiesGet External Link Stories
shortcut_stories_get_storyGet Story
shortcut_stories_get_story_commentGet Story Comment
shortcut_stories_get_story_linkGet Story Link
shortcut_stories_get_taskGet Task
shortcut_stories_list_story_commentList Story Comment
shortcut_stories_list_story_sub_tasksList Story Sub tasks
shortcut_stories_query_storiesQuery Stories
shortcut_stories_searchSearch
shortcut_stories_search_documentsSearch Documents
shortcut_stories_search_epicsSearch Epics
shortcut_stories_search_iterationsSearch Iterations
shortcut_stories_search_milestonesSearch Milestones
shortcut_stories_search_objectivesSearch Objectives
shortcut_stories_search_storiesSearch Stories
shortcut_stories_story_historyStory History
shortcut_stories_unlink_comment_thread_from_slackUnlink Comment thread from Slack
shortcut_stories_update_multiple_storiesUpdate Multiple Stories
shortcut_stories_update_storyUpdate Story
shortcut_stories_update_story_commentUpdate Story Comment
shortcut_stories_update_story_linkUpdate Story Link
shortcut_stories_update_taskUpdate Task

shortcut_stories_create_multiple_stories

Create Multiple Stories Parameters:
ParameterTypeRequiredDefaultDescription
storiesobject[]YesAn array of stories to be created.

shortcut_stories_create_story

Create Story Parameters:
ParameterTypeRequiredDefaultDescription
archivedbooleanNoControls the story’s archived state.
commentsobject[]NoAn array of comments to add to the story.
completed_at_overridestringNoA manual override for the time/date the Story was completed.
created_atstringNoThe time/date the Story was created.
custom_fieldsobject[]NoA map specifying a CustomField ID and CustomFieldEnumValue ID that represents an assertion of some value for a CustomField.
deadlinestringNoThe due date of the story.
descriptionstringNoThe description of the story.
epic_idintegerNoThe ID of the epic the story belongs to.
estimateintegerNoThe numeric point estimate of the story. Can also be null, which means unestimated.
external_idstringNoThis 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.
external_linksstring[]NoAn array of External Links associated with this story.
file_idsinteger[]NoAn array of IDs of files attached to the story.
follower_idsstring[]NoAn array of UUIDs of the followers of this story.
group_idstringNoThe id of the group to associate with this story.
iteration_idintegerNoThe ID of the iteration the story belongs to.
labelsobject[]NoAn array of labels attached to the story.
linked_file_idsinteger[]NoAn array of IDs of linked files attached to the story.
move_tostringNoOne of “first” or “last”. This can be used to move the given story to the first or last position in the workflow state.
namestringYesThe name of the story.
owner_idsstring[]NoAn array of UUIDs of the owners of this story.
parent_story_idintegerNoThe ID of the parent story to associate with this story (making the created story a sub-task). Field only applicable when Sub-task feature is enabled.
project_idintegerNoThe ID of the project the story belongs to.
requested_by_idstringNoThe ID of the member that requested the story.
source_task_idintegerNoGiven this story was converted from a task in another story, this is the original task ID that was converted to this story.
started_at_overridestringNoA manual override for the time/date the Story was started.
story_linksobject[]NoAn array of story links attached to the story.
story_template_idstringNoThe id of the story template used to create this story, if applicable. This is just an association; no content from the story template is inherited by the story simply by setting this field.
story_typestringNoThe type of story (feature, bug, chore).
sub_tasksany[]NoAn array of maps specifying sub-tasks to be associated with the created story. Each map can either link to an existing story or create a new sub-task story to be linked to the created story. Field only applicable when Sub-task feature is enabled.
tasksobject[]NoAn array of tasks connected to the story.
updated_atstringNoThe time/date the Story was updated.
workflow_state_idintegerNoThe ID of the workflow state the story will be in.

shortcut_stories_create_story_comment

Create Story Comment Parameters:
ParameterTypeRequiredDefaultDescription
story-public-idintegerYesThe ID of the Story that the Comment is in.
author_idstringNoThe Member ID of the Comment’s author. Defaults to the user identified by the API token.
created_atstringNoDefaults to the time/date the comment is created, but can be set to reflect another date.
external_idstringNoThis field can be set to another unique ID. In the case that the comment has been imported from another tool, the ID in the other tool can be indicated here.
parent_idintegerNoThe ID of the Comment that this comment is threaded under.
textstringYesThe comment text.
updated_atstringNoDefaults to the time/date the comment is last updated, but can be set to reflect another date.

shortcut_stories_create_story_from_template

Create Story From Template Parameters:
ParameterTypeRequiredDefaultDescription
archivedbooleanNoControls the story’s archived state.
commentsobject[]NoAn array of comments to add to the story.
completed_at_overridestringNoA manual override for the time/date the Story was completed.
created_atstringNoThe time/date the Story was created.
custom_fieldsobject[]NoA map specifying a CustomField ID and CustomFieldEnumValue ID that represents an assertion of some value for a CustomField.
custom_fields_addobject[]NoA map specifying a CustomField ID and CustomFieldEnumValue ID that represents an assertion of some value for a CustomField. These will be added to any fields provided by the template. Cannot be used in conjunction with custom_fields.
custom_fields_removeobject[]NoA map specifying a CustomField ID. These will be removed from any fields provided by the template. Cannot be used in conjunction with custom_fields.
deadlinestringNoThe due date of the story.
descriptionstringNoThe description of the story.
epic_idintegerNoThe ID of the epic the story belongs to.
estimateintegerNoThe numeric point estimate of the story. Can also be null, which means unestimated.
external_idstringNoThis 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.
external_linksstring[]NoAn array of External Links associated with this story.
external_links_addstring[]NoAn array of External Links associated with this story. These will be added to any links provided by the template. Cannot be used in conjunction with external_links.
external_links_removestring[]NoAn array of External Links associated with this story. These will be removed from any links provided by the template. Cannot be used in conjunction with external_links.
file_idsinteger[]NoAn array of IDs of files attached to the story.
file_ids_addinteger[]NoAn array of IDs of files attached to the story in addition to files from the template. Cannot be used in conjunction with file_ids.
file_ids_removeinteger[]NoAn array of IDs of files removed from files from the template. Cannot be used in conjunction with file_ids.
follower_idsstring[]NoAn array of UUIDs of the followers of this story.
follower_ids_addstring[]NoThe UUIDs of the new followers to be added in addition to followers from the template. Cannot be used in conjunction with follower_ids.
follower_ids_removestring[]NoThe UUIDs of the new followers to be removed from followers from the template. Cannot be used in conjunction with follower_ids.
group_idstringNoThe id of the group to associate with this story.
iteration_idintegerNoThe ID of the iteration the story belongs to.
labelsobject[]NoAn array of labels attached to the story.
labels_addobject[]NoAn array of labels attached to the story in addition to the labels provided by the template. Cannot be used in conjunction with labels.
labels_removeobject[]NoAn array of labels to remove from the labels provided by the template. Cannot be used in conjunction with labels.
linked_file_idsinteger[]NoAn array of IDs of linked files attached to the story.
linked_file_ids_addinteger[]NoAn array of IDs of linked files attached to the story in addition to files from the template. Cannot be used in conjunction with linked_files.
linked_file_ids_removeinteger[]NoAn array of IDs of linked files removed from files from the template. Cannot be used in conjunction with linked_files.
move_tostringNoOne of “first” or “last”. This can be used to move the given story to the first or last position in the workflow state.
namestringNoThe name of the story. Must be provided if the template does not provide a name.
owner_idsstring[]NoAn array of UUIDs of the owners of this story.
owner_ids_addstring[]NoThe UUIDs of the new owners to be added in addition to owners from the template. Cannot be used in conjunction with owners.
owner_ids_removestring[]NoThe UUIDs of the new owners to be removed from owners from the template. Cannot be used in conjunction with owners.
parent_story_idintegerNoThe ID of the parent story to associate with this story (making the created story a sub-task). Field only applicable when Sub-task feature is enabled.
project_idintegerNoThe ID of the project the story belongs to.
requested_by_idstringNoThe ID of the member that requested the story.
source_task_idintegerNoGiven this story was converted from a task in another story, this is the original task ID that was converted to this story.
started_at_overridestringNoA manual override for the time/date the Story was started.
story_linksobject[]NoAn array of story links attached to the story.
story_template_idstringYesThe id of the story template used to create this story.
story_typestringNoThe type of story (feature, bug, chore).
sub_tasksany[]NoAn array of maps specifying sub-tasks to be associated with the created story. Each map can either link to an existing story or create a new sub-task story to be linked to the created story. Field only applicable when Sub-task feature is enabled.
tasksobject[]NoAn array of tasks connected to the story.
updated_atstringNoThe time/date the Story was updated.
workflow_state_idintegerNoThe ID of the workflow state the story will be in.

shortcut_stories_create_story_link

Create Story Link Parameters:
ParameterTypeRequiredDefaultDescription
object_idintegerYesThe ID of the object Story.
subject_idintegerYesThe ID of the subject Story.
verbstringYesThe type of link.

shortcut_stories_create_story_reaction

Create Story Reaction Parameters:
ParameterTypeRequiredDefaultDescription
story-public-idintegerYesThe ID of the Story that the Comment is in.
comment-public-idintegerYesThe ID of the Comment.
emojistringYesThe emoji short-code to add / remove. E.g. :thumbsup::skin-tone-4:.

shortcut_stories_create_task

Create Task Parameters:
ParameterTypeRequiredDefaultDescription
story-public-idintegerYesThe ID of the Story that the Task will be in.
completebooleanNoTrue/false boolean indicating whether the Task is completed. Defaults to false.
created_atstringNoDefaults to the time/date the Task is created but can be set to reflect another creation time/date.
descriptionstringYesThe Task description.
external_idstringNoThis field can be set to another unique ID. In the case that the Task has been imported from another tool, the ID in the other tool can be indicated here.
owner_idsstring[]NoAn array of UUIDs for any members you want to add as Owners on this new Task.
updated_atstringNoDefaults to the time/date the Task is created in Shortcut but can be set to reflect another time/date.

shortcut_stories_delete_multiple_stories

Delete Multiple Stories Parameters:
ParameterTypeRequiredDefaultDescription
story_idsinteger[]YesAn array of IDs of Stories to delete.

shortcut_stories_delete_story

Delete Story Parameters:
ParameterTypeRequiredDefaultDescription
story-public-idintegerYesThe ID of the Story.

shortcut_stories_delete_story_comment

Delete Story Comment Parameters:
ParameterTypeRequiredDefaultDescription
story-public-idintegerYesThe ID of the Story that the Comment is in.
comment-public-idintegerYesThe ID of the Comment.

shortcut_stories_delete_story_link

Delete Story Link Parameters:
ParameterTypeRequiredDefaultDescription
story-link-public-idintegerYesThe unique ID of the Story Link.

shortcut_stories_delete_story_reaction

Delete Story Reaction Parameters:
ParameterTypeRequiredDefaultDescription
story-public-idintegerYesThe ID of the Story that the Comment is in.
comment-public-idintegerYesThe ID of the Comment.
emojistringYesThe emoji short-code to add / remove. E.g. :thumbsup::skin-tone-4:.

shortcut_stories_delete_task

Delete Task Parameters:
ParameterTypeRequiredDefaultDescription
story-public-idintegerYesThe unique ID of the Story this Task is associated with.
task-public-idintegerYesThe unique ID of the Task.

Get External Link Stories Parameters:
ParameterTypeRequiredDefaultDescription
external_linkstringYesThe external link associated with one or more stories.

shortcut_stories_get_story

Get Story Parameters:
ParameterTypeRequiredDefaultDescription
story-public-idintegerYesThe ID of the Story.

shortcut_stories_get_story_comment

Get Story Comment Parameters:
ParameterTypeRequiredDefaultDescription
story-public-idintegerYesThe ID of the Story that the Comment is in.
comment-public-idintegerYesThe ID of the Comment.

shortcut_stories_get_story_link

Get Story Link Parameters:
ParameterTypeRequiredDefaultDescription
story-link-public-idintegerYesThe unique ID of the Story Link.

shortcut_stories_get_task

Get Task Parameters:
ParameterTypeRequiredDefaultDescription
story-public-idintegerYesThe unique ID of the Story this Task is associated with.
task-public-idintegerYesThe unique ID of the Task.

shortcut_stories_list_story_comment

List Story Comment Parameters:
ParameterTypeRequiredDefaultDescription
story-public-idintegerYesThe ID of the Story that the Comment is in.

shortcut_stories_list_story_sub_tasks

List Story Sub tasks Parameters:
ParameterTypeRequiredDefaultDescription
story-public-idintegerYesThe ID of the Story.

shortcut_stories_query_stories

Query Stories Parameters:
ParameterTypeRequiredDefaultDescription
archivedbooleanNoA true/false boolean indicating whether the Story is in archived state.
completed_at_endstringNoStories should have been completed on or before this date.
completed_at_startstringNoStories should have been completed on or after this date.
created_at_endstringNoStories should have been created on or before this date.
created_at_startstringNoStories should have been created on or after this date.
deadline_endstringNoStories should have a deadline on or before this date.
deadline_startstringNoStories should have a deadline on or after this date.
epic_idintegerNoThe Epic IDs that may be associated with the Stories.
epic_idsinteger[]NoThe Epic IDs that may be associated with the Stories.
estimateintegerNoThe number of estimate points associate with the Stories.
external_idstringNoAn ID or URL that references an external resource. Useful during imports.
group_idstringNoThe Group ID that is associated with the Stories
group_idsstring[]NoThe Group IDs that are associated with the Stories
includes_descriptionbooleanNoWhether to include the story description in the response.
iteration_idintegerNoThe Iteration ID that may be associated with the Stories.
iteration_idsinteger[]NoThe Iteration IDs that may be associated with the Stories.
label_idsinteger[]NoThe Label IDs that may be associated with the Stories.
label_namestringNoThe name of any associated Labels.
owner_idstringNoAn array of UUIDs for any Users who may be Owners of the Stories.
owner_idsstring[]NoAn array of UUIDs for any Users who may be Owners of the Stories.
project_idintegerNoThe IDs for the Projects the Stories may be assigned to.
project_idsinteger[]NoThe IDs for the Projects the Stories may be assigned to.
requested_by_idstringNoThe UUID of any Users who may have requested the Stories.
story_typestringNoThe type of Stories that you want returned.
updated_at_endstringNoStories should have been updated on or before this date.
updated_at_startstringNoStories should have been updated on or after this date.
workflow_state_idintegerNoThe unique IDs of the specific Workflow States that the Stories should be in.
workflow_state_typesstring[]NoThe type of Workflow State the Stories may be in.

Search Parameters:
ParameterTypeRequiredDefaultDescription
querystringYesSee our help center article on search operators
page_sizeintegerNoThe number of search results to include in a page. Minimum of 1 and maximum of 250.
detailstringNoThe amount of detail included in each result item. “full” will include all descriptions and comments and more fields on related items such as pull requests, branches and tasks. “slim” omits larger fulltext fields such as descriptions and comments and only references related items by id. The default is “full”.
nextstringNoThe next page token.
entity_typesstring[]NoA collection of entity_types to search. Defaults to story and epic. Supports: epic, iteration, objective, story.

shortcut_stories_search_documents

Search Documents Parameters:
ParameterTypeRequiredDefaultDescription
titlestringYesSearch text to match against document titles. Supports fuzzy matching. Required.
archivedbooleanNoWhen true, find archived documents. When false, find non-archived documents.
created_by_mebooleanNoWhen true, find documents created by the current user. When false, find documents NOT created by current user.
followed_by_mebooleanNoWhen true, find documents that the current user is following. When false, find documents NOT followed.
page_sizeintegerNoThe number of search results to include in a page. Minimum of 1 and maximum of 250.
nextstringNoThe next page token.

shortcut_stories_search_epics

Search Epics Parameters:
ParameterTypeRequiredDefaultDescription
querystringYesSee our help center article on search operators
page_sizeintegerNoThe number of search results to include in a page. Minimum of 1 and maximum of 250.
detailstringNoThe amount of detail included in each result item. “full” will include all descriptions and comments and more fields on related items such as pull requests, branches and tasks. “slim” omits larger fulltext fields such as descriptions and comments and only references related items by id. The default is “full”.
nextstringNoThe next page token.
entity_typesstring[]NoA collection of entity_types to search. Defaults to story and epic. Supports: epic, iteration, objective, story.

shortcut_stories_search_iterations

Search Iterations Parameters:
ParameterTypeRequiredDefaultDescription
querystringYesSee our help center article on search operators
page_sizeintegerNoThe number of search results to include in a page. Minimum of 1 and maximum of 250.
detailstringNoThe amount of detail included in each result item. “full” will include all descriptions and comments and more fields on related items such as pull requests, branches and tasks. “slim” omits larger fulltext fields such as descriptions and comments and only references related items by id. The default is “full”.
nextstringNoThe next page token.
entity_typesstring[]NoA collection of entity_types to search. Defaults to story and epic. Supports: epic, iteration, objective, story.

shortcut_stories_search_milestones

Search Milestones Parameters:
ParameterTypeRequiredDefaultDescription
querystringYesSee our help center article on search operators
page_sizeintegerNoThe number of search results to include in a page. Minimum of 1 and maximum of 250.
detailstringNoThe amount of detail included in each result item. “full” will include all descriptions and comments and more fields on related items such as pull requests, branches and tasks. “slim” omits larger fulltext fields such as descriptions and comments and only references related items by id. The default is “full”.
nextstringNoThe next page token.
entity_typesstring[]NoA collection of entity_types to search. Defaults to story and epic. Supports: epic, iteration, objective, story.

shortcut_stories_search_objectives

Search Objectives Parameters:
ParameterTypeRequiredDefaultDescription
querystringYesSee our help center article on search operators
page_sizeintegerNoThe number of search results to include in a page. Minimum of 1 and maximum of 250.
detailstringNoThe amount of detail included in each result item. “full” will include all descriptions and comments and more fields on related items such as pull requests, branches and tasks. “slim” omits larger fulltext fields such as descriptions and comments and only references related items by id. The default is “full”.
nextstringNoThe next page token.
entity_typesstring[]NoA collection of entity_types to search. Defaults to story and epic. Supports: epic, iteration, objective, story.

shortcut_stories_search_stories

Search Stories Parameters:
ParameterTypeRequiredDefaultDescription
querystringYesSee our help center article on search operators
page_sizeintegerNoThe number of search results to include in a page. Minimum of 1 and maximum of 250.
detailstringNoThe amount of detail included in each result item. “full” will include all descriptions and comments and more fields on related items such as pull requests, branches and tasks. “slim” omits larger fulltext fields such as descriptions and comments and only references related items by id. The default is “full”.
nextstringNoThe next page token.
entity_typesstring[]NoA collection of entity_types to search. Defaults to story and epic. Supports: epic, iteration, objective, story.

shortcut_stories_story_history

Story History Parameters:
ParameterTypeRequiredDefaultDescription
story-public-idintegerYesThe ID of the Story.

Unlink Comment thread from Slack Parameters:
ParameterTypeRequiredDefaultDescription
story-public-idintegerYesThe ID of the Story to unlink.
comment-public-idintegerYesThe ID of the Comment to unlink.

shortcut_stories_update_multiple_stories

Update Multiple Stories Parameters:
ParameterTypeRequiredDefaultDescription
after_idintegerNoThe ID of the story that the stories are to be moved below.
archivedbooleanNoIf the Stories should be archived or not.
before_idintegerNoThe ID of the story that the stories are to be moved before.
custom_fields_addobject[]NoA map specifying a CustomField ID and CustomFieldEnumValue ID that represents an assertion of some value for a CustomField.
custom_fields_removeobject[]NoA map specifying a CustomField ID and CustomFieldEnumValue ID that represents an assertion of some value for a CustomField.
deadlinestringNoThe due date of the story.
epic_idintegerNoThe ID of the epic the story belongs to.
estimateintegerNoThe numeric point estimate of the story. Can also be null, which means unestimated.
external_linksstring[]NoAn array of External Links associated with this story.
follower_ids_addstring[]NoThe UUIDs of the new followers to be added.
follower_ids_removestring[]NoThe UUIDs of the followers to be removed.
group_idstringNoThe Id of the Group the Stories should belong to.
iteration_idintegerNoThe ID of the iteration the story belongs to.
labels_addobject[]NoAn array of labels to be added.
labels_removeobject[]NoAn array of labels to be removed.
move_tostringNoOne of “first” or “last”. This can be used to move the given story to the first or last position in the workflow state.
owner_ids_addstring[]NoThe UUIDs of the new owners to be added.
owner_ids_removestring[]NoThe UUIDs of the owners to be removed.
project_idintegerNoThe ID of the Project the Stories should belong to.
requested_by_idstringNoThe ID of the member that requested the story.
story_idsinteger[]YesThe Ids of the Stories you wish to update.
story_typestringNoThe type of story (feature, bug, chore).
workflow_state_idintegerNoThe ID of the workflow state to put the stories in.

shortcut_stories_update_story

Update Story Parameters:
ParameterTypeRequiredDefaultDescription
story-public-idintegerYesThe unique identifier of this story.
after_idintegerNoThe ID of the story we want to move this story after.
archivedbooleanNoTrue if the story is archived, otherwise false.
before_idintegerNoThe ID of the story we want to move this story before.
branch_idsinteger[]NoAn array of IDs of Branches attached to the story.
commit_idsinteger[]NoAn array of IDs of Commits attached to the story.
completed_at_overridestringNoA manual override for the time/date the Story was completed.
custom_fieldsobject[]NoA map specifying a CustomField ID and CustomFieldEnumValue ID that represents an assertion of some value for a CustomField.
deadlinestringNoThe due date of the story.
descriptionstringNoThe description of the story.
epic_idintegerNoThe ID of the epic the story belongs to.
estimateintegerNoThe numeric point estimate of the story. Can also be null, which means unestimated.
external_linksstring[]NoAn array of External Links associated with this story.
file_idsinteger[]NoAn array of IDs of files attached to the story.
follower_idsstring[]NoAn array of UUIDs of the followers of this story.
group_idstringNoThe ID of the group to associate with this story
iteration_idintegerNoThe ID of the iteration the story belongs to.
labelsobject[]NoAn array of labels attached to the story.
linked_file_idsinteger[]NoAn array of IDs of linked files attached to the story.
move_tostringNoOne of “first” or “last”. This can be used to move the given story to the first or last position in the workflow state.
namestringNoThe title of the story.
owner_idsstring[]NoAn array of UUIDs of the owners of this story.
parent_story_idintegerNoThe parent story id. If you want to unset this value set parent_story_id to null.
project_idintegerNoThe ID of the project the story belongs to.
pull_request_idsinteger[]NoAn array of IDs of Pull/Merge Requests attached to the story.
requested_by_idstringNoThe ID of the member that requested the story.
started_at_overridestringNoA manual override for the time/date the Story was started.
story_typestringNoThe type of story (feature, bug, chore).
sub_tasksobject[]NoAn array of story IDs to attach to this story as sub-tasks. This list represents the final state of the parent’s sub-tasks - missing stories will be unlinked, new stories will be linked, and the input order reflects sub-task positions.
workflow_state_idintegerNoThe ID of the workflow state to put the story in.

shortcut_stories_update_story_comment

Update Story Comment Parameters:
ParameterTypeRequiredDefaultDescription
story-public-idintegerYesThe ID of the Story that the Comment is in.
comment-public-idintegerYesThe ID of the Comment
textstringYesThe updated comment text.

shortcut_stories_update_story_link

Update Story Link Parameters:
ParameterTypeRequiredDefaultDescription
story-link-public-idintegerYesThe unique ID of the Story Link.
object_idintegerNoThe ID of the object Story.
subject_idintegerNoThe ID of the subject Story.
verbstringNoThe type of link.

shortcut_stories_update_task

Update Task Parameters:
ParameterTypeRequiredDefaultDescription
story-public-idintegerYesThe unique identifier of the parent Story.
task-public-idintegerYesThe unique identifier of the Task you wish to update.
after_idintegerNoMove task after this task ID.
before_idintegerNoMove task before this task ID.
completebooleanNoA true/false boolean indicating whether the task is complete.
descriptionstringNoThe Task’s description.
owner_idsstring[]NoAn array of UUIDs of the owners of this story.