Interface Task

A Task on a Story.

Hierarchy

  • Task

Properties

complete: boolean

True/false boolean indicating whether the Task has been completed.

completed_at?: string

The time/date the Task was completed.

Format

date-time

created_at: string

The time/date the Task was created.

Format

date-time

description: string

Full text of the Task.

entity_type: string

A string description of this resource.

external_id?: string

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

group_mention_ids: string[]

An array of UUIDs of Groups mentioned in this Task.

id: number

The unique ID of the Task.

Format

int64

member_mention_ids: string[]

An array of UUIDs of Members mentioned in this Task.

mention_ids: string[]

Deprecated: use member_mention_ids.

owner_ids: string[]

An array of UUIDs of the Owners of this Task.

position: number

The number corresponding to the Task's position within a list of Tasks on a Story.

Format

int64

story_id: number

The unique identifier of the parent Story.

Format

int64

updated_at?: string

The time/date the Task was updated.

Format

date-time

Generated using TypeDoc