Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.03 KB

UpdateIteration.md

File metadata and controls

15 lines (12 loc) · 1.03 KB

UpdateIteration

Properties

Name Type Description Notes
followerIds string[] An array of UUIDs for any Members you want to add as Followers. [optional]
groupIds 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. [optional]
labels \Timetoreply\Shortcut\Model\CreateLabelParams[] An array of Labels attached to the Iteration. [optional]
description string The description of the Iteration. [optional]
name string The name of this Iteration [optional]
startDate string The date this Iteration begins, e.g. 2019-07-01 [optional]
endDate string The date this Iteration ends, e.g. 2019-07-05. [optional]

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