/shortcut-stories | Type: Application | PCID required: Yes
Tools
shortcut_stories_create_multiple_stories
Create Multiple Stories Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
stories | object[] | Yes | — | An array of stories to be created. |
shortcut_stories_create_story
Create Story Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
archived | boolean | No | — | Controls the story’s archived state. |
comments | object[] | No | — | An array of comments to add to the story. |
completed_at_override | string | No | — | A manual override for the time/date the Story was completed. |
created_at | string | No | — | The time/date the Story was created. |
custom_fields | object[] | No | — | A map specifying a CustomField ID and CustomFieldEnumValue ID that represents an assertion of some value for a CustomField. |
deadline | string | No | — | The due date of the story. |
description | string | No | — | The description of the story. |
epic_id | integer | No | — | The ID of the epic the story belongs to. |
estimate | integer | No | — | The numeric point estimate of the story. Can also be null, which means unestimated. |
external_id | string | No | — | 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. |
external_links | string[] | No | — | An array of External Links associated with this story. |
file_ids | integer[] | No | — | An array of IDs of files attached to the story. |
follower_ids | string[] | No | — | An array of UUIDs of the followers of this story. |
group_id | string | No | — | The id of the group to associate with this story. |
iteration_id | integer | No | — | The ID of the iteration the story belongs to. |
labels | object[] | No | — | An array of labels attached to the story. |
linked_file_ids | integer[] | No | — | An array of IDs of linked files attached to the story. |
move_to | string | No | — | One of “first” or “last”. This can be used to move the given story to the first or last position in the workflow state. |
name | string | Yes | — | The name of the story. |
owner_ids | string[] | No | — | An array of UUIDs of the owners of this story. |
parent_story_id | integer | No | — | The 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_id | integer | No | — | The ID of the project the story belongs to. |
requested_by_id | string | No | — | The ID of the member that requested the story. |
source_task_id | integer | No | — | Given this story was converted from a task in another story, this is the original task ID that was converted to this story. |
started_at_override | string | No | — | A manual override for the time/date the Story was started. |
story_links | object[] | No | — | An array of story links attached to the story. |
story_template_id | string | No | — | The 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_type | string | No | — | The type of story (feature, bug, chore). |
sub_tasks | any[] | No | — | An 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. |
tasks | object[] | No | — | An array of tasks connected to the story. |
updated_at | string | No | — | The time/date the Story was updated. |
workflow_state_id | integer | No | — | The ID of the workflow state the story will be in. |
shortcut_stories_create_story_comment
Create Story Comment Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
story-public-id | integer | Yes | — | The ID of the Story that the Comment is in. |
author_id | string | No | — | The Member ID of the Comment’s author. Defaults to the user identified by the API token. |
created_at | string | No | — | Defaults to the time/date the comment is created, but can be set to reflect another date. |
external_id | string | No | — | This 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_id | integer | No | — | The ID of the Comment that this comment is threaded under. |
text | string | Yes | — | The comment text. |
updated_at | string | No | — | Defaults 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:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
archived | boolean | No | — | Controls the story’s archived state. |
comments | object[] | No | — | An array of comments to add to the story. |
completed_at_override | string | No | — | A manual override for the time/date the Story was completed. |
created_at | string | No | — | The time/date the Story was created. |
custom_fields | object[] | No | — | A map specifying a CustomField ID and CustomFieldEnumValue ID that represents an assertion of some value for a CustomField. |
custom_fields_add | object[] | No | — | A 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_remove | object[] | No | — | A map specifying a CustomField ID. These will be removed from any fields provided by the template. Cannot be used in conjunction with custom_fields. |
deadline | string | No | — | The due date of the story. |
description | string | No | — | The description of the story. |
epic_id | integer | No | — | The ID of the epic the story belongs to. |
estimate | integer | No | — | The numeric point estimate of the story. Can also be null, which means unestimated. |
external_id | string | No | — | 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. |
external_links | string[] | No | — | An array of External Links associated with this story. |
external_links_add | string[] | No | — | An 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_remove | string[] | No | — | An 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_ids | integer[] | No | — | An array of IDs of files attached to the story. |
file_ids_add | integer[] | No | — | An 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_remove | integer[] | No | — | An array of IDs of files removed from files from the template. Cannot be used in conjunction with file_ids. |
follower_ids | string[] | No | — | An array of UUIDs of the followers of this story. |
follower_ids_add | string[] | No | — | The 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_remove | string[] | No | — | The UUIDs of the new followers to be removed from followers from the template. Cannot be used in conjunction with follower_ids. |
group_id | string | No | — | The id of the group to associate with this story. |
iteration_id | integer | No | — | The ID of the iteration the story belongs to. |
labels | object[] | No | — | An array of labels attached to the story. |
labels_add | object[] | No | — | An array of labels attached to the story in addition to the labels provided by the template. Cannot be used in conjunction with labels. |
labels_remove | object[] | No | — | An array of labels to remove from the labels provided by the template. Cannot be used in conjunction with labels. |
linked_file_ids | integer[] | No | — | An array of IDs of linked files attached to the story. |
linked_file_ids_add | integer[] | No | — | An 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_remove | integer[] | No | — | An array of IDs of linked files removed from files from the template. Cannot be used in conjunction with linked_files. |
move_to | string | No | — | One of “first” or “last”. This can be used to move the given story to the first or last position in the workflow state. |
name | string | No | — | The name of the story. Must be provided if the template does not provide a name. |
owner_ids | string[] | No | — | An array of UUIDs of the owners of this story. |
owner_ids_add | string[] | No | — | The UUIDs of the new owners to be added in addition to owners from the template. Cannot be used in conjunction with owners. |
owner_ids_remove | string[] | No | — | The UUIDs of the new owners to be removed from owners from the template. Cannot be used in conjunction with owners. |
parent_story_id | integer | No | — | The 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_id | integer | No | — | The ID of the project the story belongs to. |
requested_by_id | string | No | — | The ID of the member that requested the story. |
source_task_id | integer | No | — | Given this story was converted from a task in another story, this is the original task ID that was converted to this story. |
started_at_override | string | No | — | A manual override for the time/date the Story was started. |
story_links | object[] | No | — | An array of story links attached to the story. |
story_template_id | string | Yes | — | The id of the story template used to create this story. |
story_type | string | No | — | The type of story (feature, bug, chore). |
sub_tasks | any[] | No | — | An 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. |
tasks | object[] | No | — | An array of tasks connected to the story. |
updated_at | string | No | — | The time/date the Story was updated. |
workflow_state_id | integer | No | — | The ID of the workflow state the story will be in. |
shortcut_stories_create_story_link
Create Story Link Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
object_id | integer | Yes | — | The ID of the object Story. |
subject_id | integer | Yes | — | The ID of the subject Story. |
verb | string | Yes | — | The type of link. |
shortcut_stories_create_story_reaction
Create Story Reaction Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
story-public-id | integer | Yes | — | The ID of the Story that the Comment is in. |
comment-public-id | integer | Yes | — | The ID of the Comment. |
emoji | string | Yes | — | The emoji short-code to add / remove. E.g. :thumbsup::skin-tone-4:. |
shortcut_stories_create_task
Create Task Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
story-public-id | integer | Yes | — | The ID of the Story that the Task will be in. |
complete | boolean | No | — | True/false boolean indicating whether the Task is completed. Defaults to false. |
created_at | string | No | — | Defaults to the time/date the Task is created but can be set to reflect another creation time/date. |
description | string | Yes | — | The Task description. |
external_id | string | No | — | This 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_ids | string[] | No | — | An array of UUIDs for any members you want to add as Owners on this new Task. |
updated_at | string | No | — | Defaults 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:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
story_ids | integer[] | Yes | — | An array of IDs of Stories to delete. |
shortcut_stories_delete_story
Delete Story Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
story-public-id | integer | Yes | — | The ID of the Story. |
shortcut_stories_delete_story_comment
Delete Story Comment Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
story-public-id | integer | Yes | — | The ID of the Story that the Comment is in. |
comment-public-id | integer | Yes | — | The ID of the Comment. |
shortcut_stories_delete_story_link
Delete Story Link Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
story-link-public-id | integer | Yes | — | The unique ID of the Story Link. |
shortcut_stories_delete_story_reaction
Delete Story Reaction Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
story-public-id | integer | Yes | — | The ID of the Story that the Comment is in. |
comment-public-id | integer | Yes | — | The ID of the Comment. |
emoji | string | Yes | — | The emoji short-code to add / remove. E.g. :thumbsup::skin-tone-4:. |
shortcut_stories_delete_task
Delete Task Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
story-public-id | integer | Yes | — | The unique ID of the Story this Task is associated with. |
task-public-id | integer | Yes | — | The unique ID of the Task. |
shortcut_stories_get_external_link_stories
Get External Link Stories Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
external_link | string | Yes | — | The external link associated with one or more stories. |
shortcut_stories_get_story
Get Story Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
story-public-id | integer | Yes | — | The ID of the Story. |
shortcut_stories_get_story_comment
Get Story Comment Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
story-public-id | integer | Yes | — | The ID of the Story that the Comment is in. |
comment-public-id | integer | Yes | — | The ID of the Comment. |
shortcut_stories_get_story_link
Get Story Link Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
story-link-public-id | integer | Yes | — | The unique ID of the Story Link. |
shortcut_stories_get_task
Get Task Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
story-public-id | integer | Yes | — | The unique ID of the Story this Task is associated with. |
task-public-id | integer | Yes | — | The unique ID of the Task. |
shortcut_stories_list_story_comment
List Story Comment Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
story-public-id | integer | Yes | — | The ID of the Story that the Comment is in. |
shortcut_stories_list_story_sub_tasks
List Story Sub tasks Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
story-public-id | integer | Yes | — | The ID of the Story. |
shortcut_stories_query_stories
Query Stories Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
archived | boolean | No | — | A true/false boolean indicating whether the Story is in archived state. |
completed_at_end | string | No | — | Stories should have been completed on or before this date. |
completed_at_start | string | No | — | Stories should have been completed on or after this date. |
created_at_end | string | No | — | Stories should have been created on or before this date. |
created_at_start | string | No | — | Stories should have been created on or after this date. |
deadline_end | string | No | — | Stories should have a deadline on or before this date. |
deadline_start | string | No | — | Stories should have a deadline on or after this date. |
epic_id | integer | No | — | The Epic IDs that may be associated with the Stories. |
epic_ids | integer[] | No | — | The Epic IDs that may be associated with the Stories. |
estimate | integer | No | — | The number of estimate points associate with the Stories. |
external_id | string | No | — | An ID or URL that references an external resource. Useful during imports. |
group_id | string | No | — | The Group ID that is associated with the Stories |
group_ids | string[] | No | — | The Group IDs that are associated with the Stories |
includes_description | boolean | No | — | Whether to include the story description in the response. |
iteration_id | integer | No | — | The Iteration ID that may be associated with the Stories. |
iteration_ids | integer[] | No | — | The Iteration IDs that may be associated with the Stories. |
label_ids | integer[] | No | — | The Label IDs that may be associated with the Stories. |
label_name | string | No | — | The name of any associated Labels. |
owner_id | string | No | — | An array of UUIDs for any Users who may be Owners of the Stories. |
owner_ids | string[] | No | — | An array of UUIDs for any Users who may be Owners of the Stories. |
project_id | integer | No | — | The IDs for the Projects the Stories may be assigned to. |
project_ids | integer[] | No | — | The IDs for the Projects the Stories may be assigned to. |
requested_by_id | string | No | — | The UUID of any Users who may have requested the Stories. |
story_type | string | No | — | The type of Stories that you want returned. |
updated_at_end | string | No | — | Stories should have been updated on or before this date. |
updated_at_start | string | No | — | Stories should have been updated on or after this date. |
workflow_state_id | integer | No | — | The unique IDs of the specific Workflow States that the Stories should be in. |
workflow_state_types | string[] | No | — | The type of Workflow State the Stories may be in. |
shortcut_stories_search
Search Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
query | string | Yes | — | See our help center article on search operators |
page_size | integer | No | — | The number of search results to include in a page. Minimum of 1 and maximum of 250. |
detail | string | No | — | The 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”. |
next | string | No | — | The next page token. |
entity_types | string[] | No | — | A collection of entity_types to search. Defaults to story and epic. Supports: epic, iteration, objective, story. |
shortcut_stories_search_documents
Search Documents Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
title | string | Yes | — | Search text to match against document titles. Supports fuzzy matching. Required. |
archived | boolean | No | — | When true, find archived documents. When false, find non-archived documents. |
created_by_me | boolean | No | — | When true, find documents created by the current user. When false, find documents NOT created by current user. |
followed_by_me | boolean | No | — | When true, find documents that the current user is following. When false, find documents NOT followed. |
page_size | integer | No | — | The number of search results to include in a page. Minimum of 1 and maximum of 250. |
next | string | No | — | The next page token. |
shortcut_stories_search_epics
Search Epics Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
query | string | Yes | — | See our help center article on search operators |
page_size | integer | No | — | The number of search results to include in a page. Minimum of 1 and maximum of 250. |
detail | string | No | — | The 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”. |
next | string | No | — | The next page token. |
entity_types | string[] | No | — | A collection of entity_types to search. Defaults to story and epic. Supports: epic, iteration, objective, story. |
shortcut_stories_search_iterations
Search Iterations Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
query | string | Yes | — | See our help center article on search operators |
page_size | integer | No | — | The number of search results to include in a page. Minimum of 1 and maximum of 250. |
detail | string | No | — | The 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”. |
next | string | No | — | The next page token. |
entity_types | string[] | No | — | A collection of entity_types to search. Defaults to story and epic. Supports: epic, iteration, objective, story. |
shortcut_stories_search_milestones
Search Milestones Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
query | string | Yes | — | See our help center article on search operators |
page_size | integer | No | — | The number of search results to include in a page. Minimum of 1 and maximum of 250. |
detail | string | No | — | The 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”. |
next | string | No | — | The next page token. |
entity_types | string[] | No | — | A collection of entity_types to search. Defaults to story and epic. Supports: epic, iteration, objective, story. |
shortcut_stories_search_objectives
Search Objectives Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
query | string | Yes | — | See our help center article on search operators |
page_size | integer | No | — | The number of search results to include in a page. Minimum of 1 and maximum of 250. |
detail | string | No | — | The 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”. |
next | string | No | — | The next page token. |
entity_types | string[] | No | — | A collection of entity_types to search. Defaults to story and epic. Supports: epic, iteration, objective, story. |
shortcut_stories_search_stories
Search Stories Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
query | string | Yes | — | See our help center article on search operators |
page_size | integer | No | — | The number of search results to include in a page. Minimum of 1 and maximum of 250. |
detail | string | No | — | The 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”. |
next | string | No | — | The next page token. |
entity_types | string[] | No | — | A collection of entity_types to search. Defaults to story and epic. Supports: epic, iteration, objective, story. |
shortcut_stories_story_history
Story History Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
story-public-id | integer | Yes | — | The ID of the Story. |
shortcut_stories_unlink_comment_thread_from_slack
Unlink Comment thread from Slack Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
story-public-id | integer | Yes | — | The ID of the Story to unlink. |
comment-public-id | integer | Yes | — | The ID of the Comment to unlink. |
shortcut_stories_update_multiple_stories
Update Multiple Stories Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
after_id | integer | No | — | The ID of the story that the stories are to be moved below. |
archived | boolean | No | — | If the Stories should be archived or not. |
before_id | integer | No | — | The ID of the story that the stories are to be moved before. |
custom_fields_add | object[] | No | — | A map specifying a CustomField ID and CustomFieldEnumValue ID that represents an assertion of some value for a CustomField. |
custom_fields_remove | object[] | No | — | A map specifying a CustomField ID and CustomFieldEnumValue ID that represents an assertion of some value for a CustomField. |
deadline | string | No | — | The due date of the story. |
epic_id | integer | No | — | The ID of the epic the story belongs to. |
estimate | integer | No | — | The numeric point estimate of the story. Can also be null, which means unestimated. |
external_links | string[] | No | — | An array of External Links associated with this story. |
follower_ids_add | string[] | No | — | The UUIDs of the new followers to be added. |
follower_ids_remove | string[] | No | — | The UUIDs of the followers to be removed. |
group_id | string | No | — | The Id of the Group the Stories should belong to. |
iteration_id | integer | No | — | The ID of the iteration the story belongs to. |
labels_add | object[] | No | — | An array of labels to be added. |
labels_remove | object[] | No | — | An array of labels to be removed. |
move_to | string | No | — | One 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_add | string[] | No | — | The UUIDs of the new owners to be added. |
owner_ids_remove | string[] | No | — | The UUIDs of the owners to be removed. |
project_id | integer | No | — | The ID of the Project the Stories should belong to. |
requested_by_id | string | No | — | The ID of the member that requested the story. |
story_ids | integer[] | Yes | — | The Ids of the Stories you wish to update. |
story_type | string | No | — | The type of story (feature, bug, chore). |
workflow_state_id | integer | No | — | The ID of the workflow state to put the stories in. |
shortcut_stories_update_story
Update Story Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
story-public-id | integer | Yes | — | The unique identifier of this story. |
after_id | integer | No | — | The ID of the story we want to move this story after. |
archived | boolean | No | — | True if the story is archived, otherwise false. |
before_id | integer | No | — | The ID of the story we want to move this story before. |
branch_ids | integer[] | No | — | An array of IDs of Branches attached to the story. |
commit_ids | integer[] | No | — | An array of IDs of Commits attached to the story. |
completed_at_override | string | No | — | A manual override for the time/date the Story was completed. |
custom_fields | object[] | No | — | A map specifying a CustomField ID and CustomFieldEnumValue ID that represents an assertion of some value for a CustomField. |
deadline | string | No | — | The due date of the story. |
description | string | No | — | The description of the story. |
epic_id | integer | No | — | The ID of the epic the story belongs to. |
estimate | integer | No | — | The numeric point estimate of the story. Can also be null, which means unestimated. |
external_links | string[] | No | — | An array of External Links associated with this story. |
file_ids | integer[] | No | — | An array of IDs of files attached to the story. |
follower_ids | string[] | No | — | An array of UUIDs of the followers of this story. |
group_id | string | No | — | The ID of the group to associate with this story |
iteration_id | integer | No | — | The ID of the iteration the story belongs to. |
labels | object[] | No | — | An array of labels attached to the story. |
linked_file_ids | integer[] | No | — | An array of IDs of linked files attached to the story. |
move_to | string | No | — | One of “first” or “last”. This can be used to move the given story to the first or last position in the workflow state. |
name | string | No | — | The title of the story. |
owner_ids | string[] | No | — | An array of UUIDs of the owners of this story. |
parent_story_id | integer | No | — | The parent story id. If you want to unset this value set parent_story_id to null. |
project_id | integer | No | — | The ID of the project the story belongs to. |
pull_request_ids | integer[] | No | — | An array of IDs of Pull/Merge Requests attached to the story. |
requested_by_id | string | No | — | The ID of the member that requested the story. |
started_at_override | string | No | — | A manual override for the time/date the Story was started. |
story_type | string | No | — | The type of story (feature, bug, chore). |
sub_tasks | object[] | No | — | An 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_id | integer | No | — | The ID of the workflow state to put the story in. |
shortcut_stories_update_story_comment
Update Story Comment Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
story-public-id | integer | Yes | — | The ID of the Story that the Comment is in. |
comment-public-id | integer | Yes | — | The ID of the Comment |
text | string | Yes | — | The updated comment text. |
shortcut_stories_update_story_link
Update Story Link Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
story-link-public-id | integer | Yes | — | The unique ID of the Story Link. |
object_id | integer | No | — | The ID of the object Story. |
subject_id | integer | No | — | The ID of the subject Story. |
verb | string | No | — | The type of link. |
shortcut_stories_update_task
Update Task Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
story-public-id | integer | Yes | — | The unique identifier of the parent Story. |
task-public-id | integer | Yes | — | The unique identifier of the Task you wish to update. |
after_id | integer | No | — | Move task after this task ID. |
before_id | integer | No | — | Move task before this task ID. |
complete | boolean | No | — | A true/false boolean indicating whether the task is complete. |
description | string | No | — | The Task’s description. |
owner_ids | string[] | No | — | An array of UUIDs of the owners of this story. |

