Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 1.79 KB

Iteration.md

File metadata and controls

26 lines (23 loc) · 1.79 KB

Iteration

Properties

Name Type Description Notes
app_url str The Shortcut application url for the Iteration.
description str The description of the iteration.
entity_type str A string description of this resource
labels list[Label] An array of labels attached to the iteration.
mention_ids list[str] Deprecated: use member_mention_ids.
member_mention_ids list[str] An array of Member IDs that have been mentioned in the Story description.
name str The name of the iteration.
label_ids list[int] An array of label ids attached to the iteration.
updated_at datetime The instant when this iteration was last updated.
group_mention_ids list[str] An array of Group IDs that have been mentioned in the Story description.
end_date datetime The date this iteration begins.
follower_ids list[str] An array of UUIDs for any Members listed as Followers.
group_ids list[str] An array of UUIDs for any Groups you want to add as Followers. Currently, only one Group association is presented in our web UI.
start_date datetime The date this iteration begins.
status str The status of the iteration. Values are either "unstarted", "started", or "done".
id int The ID of the iteration.
stats IterationStats
created_at datetime The instant when this iteration was created.

[Back to Model list] [Back to API list] [Back to README]