Interface Iteration

An Iteration is a defined, time-boxed period of development for a collection of Stories. See https://help.shortcut.com/hc/en-us/articles/360028953452-Iterations-Overview for more information.

Hierarchy

  • Iteration

Properties

app_url: string

The Shortcut application url for the Iteration.

associated_groups: IterationAssociatedGroup[]

An array containing Group IDs and Group-owned story counts for the Iteration's associated groups.

created_at: string

The instant when this iteration was created.

Format

date-time

description: string

The description of the iteration.

end_date: string

The date this iteration begins.

Format

date-time

entity_type: string

A string description of this resource

follower_ids: string[]

An array of UUIDs for any Members listed as Followers.

global_id: string
group_ids: string[]

An array of UUIDs for any Groups you want to add as Followers. Currently, only one Group association is presented in our web UI.

group_mention_ids: string[]

An array of Group IDs that have been mentioned in the Story description.

id: number

The ID of the iteration.

Format

int64

label_ids: number[]

An array of label ids attached to the iteration.

labels: Label[]

An array of labels attached to the iteration.

member_mention_ids: string[]

An array of Member IDs that have been mentioned in the Story description.

mention_ids: string[]

Deprecated: use member_mention_ids.

name: string

The name of the iteration.

start_date: string

The date this iteration begins.

Format

date-time

A group of calculated values for this Iteration.

status: string

The status of the iteration. Values are either "unstarted", "started", or "done".

updated_at: string

The instant when this iteration was last updated.

Format

date-time

Generated using TypeDoc