@shortcut/client
    Preparing search index...

    Interface CreateEpicComment

    interface CreateEpicComment {
        author_id?: string;
        created_at?: string;
        external_id?: string;
        text: string;
        updated_at?: string;
    }
    Index

    Properties

    author_id?: string

    The Member ID of the Comment's author. Defaults to the user identified by the API token.

    uuid

    created_at?: string

    Defaults to the time/date the comment is created, but can be set to reflect another date.

    date-time

    external_id?: string

    This field can be set to another unique ID. In the case that the comment has been imported from another tool, the ID in the other tool can be indicated here.

    128

    text: string

    The comment text.

    1

    100000

    updated_at?: string

    Defaults to the time/date the comment is last updated, but can be set to reflect another date.

    date-time