Interface UpdateStories

Hierarchy

  • UpdateStories

Properties

after_id?: number

The ID of the story that the stories are to be moved below.

Format

int64

archived?: boolean

If the Stories should be archived or not.

before_id?: number

The ID of the story that the stories are to be moved before.

Format

int64

custom_fields_add?: CustomFieldValueParams[]

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

custom_fields_remove?: 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

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_links?: string[]

An array of External Links associated with this story.

follower_ids_add?: string[]

The UUIDs of the new followers to be added.

Unique Items

true

follower_ids_remove?: string[]

The UUIDs of the followers to be removed.

Unique Items

true

group_id?: string

The Id of the Group the Stories should belong to.

Format

uuid

iteration_id?: number

The ID of the iteration the story belongs to.

Format

int64

labels_add?: CreateLabelParams[]

An array of labels to be added.

labels_remove?: CreateLabelParams[]

An array of labels to be removed.

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.

owner_ids_add?: string[]

The UUIDs of the new owners to be added.

Unique Items

true

owner_ids_remove?: string[]

The UUIDs of the owners to be removed.

Unique Items

true

project_id?: number

The ID of the Project the Stories should belong to.

Format

int64

requested_by_id?: string

The ID of the member that requested the story.

Format

uuid

story_ids: number[]

The Ids of the Stories you wish to update.

Unique Items

true

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

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

workflow_state_id?: number

The ID of the workflow state to put the stories in.

Format

int64

Generated using TypeDoc