Interface CreateStoryFromTemplateParams

Request parameters for creating a story from a story template. These parameters are merged with the values derived from the template.

Hierarchy

  • CreateStoryFromTemplateParams

Properties

archived?: boolean

Controls the story's archived state.

An array of comments to add to the story.

completed_at_override?: string

A manual override for the time/date the Story was completed.

Format

date-time

created_at?: string

The time/date the Story was created.

Format

date-time

custom_fields?: CustomFieldValueParams[]

A map specifying a CustomField ID and CustomFieldEnumValue ID that represents an assertion of some value for a CustomField.

custom_fields_add?: CustomFieldValueParams[]

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.

Unique Items

true

custom_fields_remove?: RemoveCustomFieldParams[]

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.

Unique Items

true

deadline?: string

The due date of the story.

Format

date-time

description?: string

The description of the story.

Max Length

100000

epic_id?: number

The ID of the epic the story belongs to.

Format

int64

estimate?: number

The numeric point estimate of the story. Can also be null, which means unestimated.

Format

int64

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.

external_links?: string[]

An array of External Links associated with this story.

external_links_add?: string[]

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.

Unique Items

true

external_links_remove?: string[]

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.

Unique Items

true

file_ids?: number[]

An array of IDs of files attached to the story.

Unique Items

true

file_ids_add?: number[]

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.

Unique Items

true

file_ids_remove?: number[]

An array of IDs of files removed from files from the template. Cannot be used in conjunction with file_ids.

Unique Items

true

follower_ids?: string[]

An array of UUIDs of the followers of this story.

Unique Items

true

follower_ids_add?: string[]

The UUIDs of the new followers to be added in addition to followers from the template. Cannot be used in conjunction with follower_ids.

Unique Items

true

follower_ids_remove?: string[]

The UUIDs of the new followers to be removed from followers from the template. Cannot be used in conjunction with follower_ids.

Unique Items

true

group_id?: string

The id of the group to associate with this story.

Format

uuid

iteration_id?: number

The ID of the iteration the story belongs to.

Format

int64

An array of labels attached to the story.

labels_add?: CreateLabelParams[]

An array of labels attached to the story in addition to the labels provided by the template. Cannot be used in conjunction with labels.

Unique Items

true

labels_remove?: RemoveLabelParams[]

An array of labels to remove from the labels provided by the template. Cannot be used in conjunction with labels.

Unique Items

true

linked_file_ids?: number[]

An array of IDs of linked files attached to the story.

Unique Items

true

linked_file_ids_add?: number[]

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.

Unique Items

true

linked_file_ids_remove?: number[]

An array of IDs of linked files removed from files from the template. Cannot be used in conjunction with linked_files.

Unique Items

true

move_to?: "last" | "first"

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

The name of the story. Must be provided if the template does not provide a name.

Min Length

1

Max Length

512

owner_ids?: string[]

An array of UUIDs of the owners of this story.

Unique Items

true

owner_ids_add?: string[]

The UUIDs of the new owners to be added in addition to owners from the template. Cannot be used in conjunction with owners.

Unique Items

true

owner_ids_remove?: string[]

The UUIDs of the new owners to be removed from owners from the template. Cannot be used in conjunction with owners.

Unique Items

true

project_id?: number

The ID of the project the story belongs to.

Format

int64

requested_by_id?: string

The ID of the member that requested the story.

Format

uuid

source_task_id?: number

Given this story was converted from a task in another story, this is the original task ID that was converted to this story.

Format

int64

started_at_override?: string

A manual override for the time/date the Story was started.

Format

date-time

story_links?: CreateStoryLinkParams[]

An array of story links attached to the story.

story_template_id: string

The id of the story template used to create this story.

Format

uuid

story_type?: "feature" | "chore" | "bug"

The type of story (feature, bug, chore).

An array of tasks connected to the story.

updated_at?: string

The time/date the Story was updated.

Format

date-time

workflow_state_id?: number

The ID of the workflow state the story will be in.

Format

int64

Generated using TypeDoc