Interface CreateStoryParams

Request parameters for creating a story.

Hierarchy

  • CreateStoryParams

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.

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.

file_ids?: number[]

An array of IDs of files attached to the story.

Unique Items

true

follower_ids?: string[]

An array of UUIDs of the followers of this story.

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.

linked_file_ids?: number[]

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

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.

Min Length

1

Max Length

512

owner_ids?: string[]

An array of UUIDs of the owners of this story.

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

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, if applicable. This is just an association; no content from the story template is inherited by the story simply by setting this field.

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