@shortcut/client
    Preparing search index...

    Interface CreateIteration

    interface CreateIteration {
        description?: string;
        end_date: string;
        follower_ids?: string[];
        group_ids?: string[];
        labels?: CreateLabelParams[];
        name: string;
        start_date: string;
    }
    Index

    Properties

    description?: string

    The description of the Iteration.

    100000

    end_date: string

    The date this Iteration ends, e.g. 2019-07-01.

    1

    follower_ids?: string[]

    An array of UUIDs for any Members you want to add as Followers.

    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.

    An array of Labels attached to the Iteration.

    name: string

    The name of this Iteration.

    1

    256

    start_date: string

    The date this Iteration begins, e.g. 2019-07-01.

    1