Interface CreateStoryContents

A map of story attributes this template populates.

Hierarchy

  • CreateStoryContents

Properties

custom_fields?: CustomFieldValueParams[]

An array of maps 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.

epic_id?: number

The ID of the epic the to be populated.

Format

int64

estimate?: number

The numeric point estimate to be populated.

Format

int64

external_links?: string[]

An array of external links to be populated.

file_ids?: number[]

An array of the attached file IDs to be populated.

Unique Items

true

follower_ids?: string[]

An array of UUIDs for any Members listed as Followers.

group_id?: string

The ID of the group to be populated.

Format

uuid

iteration_id?: number

The ID of the iteration the to be populated.

Format

int64

An array of labels to be populated by the template.

linked_file_ids?: number[]

An array of the linked file IDs to be populated.

Unique Items

true

name?: string

The name of the story.

owner_ids?: string[]

An array of UUIDs of the owners of this story.

project_id?: number

The ID of the project the story belongs to.

Format

int64

story_type?: string

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

tasks?: BaseTaskParams[]

An array of tasks to be populated by the template.

workflow_state_id?: number

The ID of the workflow state to be populated.

Format

int64

Generated using TypeDoc