Optional
archivedControls the story's archived state.
Optional
commentsAn array of comments to add to the story.
Optional
completed_A manual override for the time/date the Story was completed.
date-time
Optional
created_The time/date the Story was created.
date-time
Optional
custom_A map specifying a CustomField ID and CustomFieldEnumValue ID that represents an assertion of some value for a CustomField.
Optional
custom_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
.
true
Optional
custom_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
.
true
Optional
deadlineThe due date of the story.
date-time
Optional
descriptionThe description of the story.
100000
Optional
epic_The ID of the epic the story belongs to.
int64
Optional
estimateThe numeric point estimate of the story. Can also be null, which means unestimated.
int64
Optional
external_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.
Optional
external_An array of External Links associated with this story.
Optional
external_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
.
true
Optional
external_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
.
true
Optional
file_An array of IDs of files attached to the story.
true
Optional
file_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
.
true
Optional
file_An array of IDs of files removed from files from the template. Cannot be used in conjunction with file_ids
.
true
Optional
follower_An array of UUIDs of the followers of this story.
true
Optional
follower_The UUIDs of the new followers to be added in addition to followers from the template. Cannot be used in conjunction with follower_ids.
true
Optional
follower_The UUIDs of the new followers to be removed from followers from the template. Cannot be used in conjunction with follower_ids
.
true
Optional
group_The id of the group to associate with this story.
uuid
Optional
iteration_The ID of the iteration the story belongs to.
int64
Optional
labelsAn array of labels attached to the story.
Optional
labels_An array of labels attached to the story in addition to the labels provided by the template. Cannot be used in conjunction with labels
.
true
Optional
labels_An array of labels to remove from the labels provided by the template. Cannot be used in conjunction with labels
.
true
Optional
linked_An array of IDs of linked files attached to the story.
true
Optional
linked_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
.
true
Optional
linked_An array of IDs of linked files removed from files from the template. Cannot be used in conjunction with linked_files.
true
Optional
move_One of "first" or "last". This can be used to move the given story to the first or last position in the workflow state.
Optional
nameThe name of the story. Must be provided if the template does not provide a name.
1
512
Optional
owner_An array of UUIDs of the owners of this story.
true
Optional
owner_The UUIDs of the new owners to be added in addition to owners from the template. Cannot be used in conjunction with owners
.
true
Optional
owner_The UUIDs of the new owners to be removed from owners from the template. Cannot be used in conjunction with owners
.
true
Optional
project_The ID of the project the story belongs to.
int64
Optional
requested_The ID of the member that requested the story.
uuid
Optional
source_Given this story was converted from a task in another story, this is the original task ID that was converted to this story.
int64
Optional
started_A manual override for the time/date the Story was started.
date-time
Optional
story_An array of story links attached to the story.
The id of the story template used to create this story.
uuid
Optional
story_The type of story (feature, bug, chore).
Optional
tasksAn array of tasks connected to the story.
Optional
updated_The time/date the Story was updated.
date-time
Optional
workflow_The ID of the workflow state the story will be in.
int64
Generated using TypeDoc
Request parameters for creating a story from a story template. These parameters are merged with the values derived from the template.