@shortcut/client
    Preparing search index...

    Interface CreateProjectParams

    interface CreateProjectParams {
        abbreviation?: string;
        color?: string;
        description?: string;
        external_id?: string;
        follower_ids?: string[];
        iteration_length?: number;
        name: string;
        start_time?: string;
        workflow_id?: number;
    }
    Index

    Properties

    abbreviation?: string

    The abbreviation for the Project. Should be kept to 3 characters at most.

    63

    color?: string

    The hex color for the Project (e.g., "#ff0000").

    css-color

    1

    ^#[a-fA-F0-9]{6}$

    description?: string

    The description of the Project.

    100000

    external_id?: string

    An external ID for the Project, for use when importing from another tool.

    128

    follower_ids?: string[]

    UUIDs of Members to add as Followers of the Project.

    iteration_length?: number

    The number of weeks per iteration in this Project.

    int64

    name: string

    The name of the Project.

    1

    2048

    start_time?: string

    The date at which the Project was started.

    date-time

    workflow_id?: number

    The ID of the Workflow for the Project. Defaults to the workspace default.

    int64