Skip to content

task

A work item — issue, ticket, or to-do. Supports hierarchy (parent/children) and dependency tracking (blocked_by/blocks).

MetadataValue
Pluraltasks
Subtitle fieldstate
Identityplatform, id
FieldType
remoteIdstring
priorityinteger
statestring
labelsstring[]
startedAtdatetime
targetDatedatetime
RelationTarget
assignedToperson
projectproject
repositoryrepository
parenttask
childrentask[]
blockedBytask[]
blockstask[]

External standards this shape draws from or aligns with. See Shape design principles for how prior art informs shape design.

  • GitHub REST API — Issues — Direct source. Our remoteId/state/labels/assignedTo/parent/ children/blockedBy/blocks map to GitHub Issue + sub-issues + task-list tracking.
  • Linear GraphQL API — Issue — Practical canonical. Our priority/state/project/targetDate align with Linear’s Issue model exactly.
  • Todoist REST API v2 — Tasks — Consumer-grade task model. Our startedAt/targetDate ≈ created_at/due; labels match directly.
  • todoistlist_tasks, list_all_tasks, filter_task, get_task, create_task, update_task, move_task
  • linearlist_tasks, get_task, create_task, update_task
  • githublist_tasks, get_task