Task
| Name (singular): | Task |
| Name (plural): | Tasks |
| Alias (uri): | task |
| Identifier (ID): | cerberusweb.contexts.task |
Records API
These fields are available in the Records API and packages:
| Req'd | Field | Type | Notes |
|---|---|---|---|
completed |
timestamp | The date/time this task was completed | |
created |
timestamp | The date/time when this record was created | |
due |
timestamp | The date/time of this task's deadline | |
fieldsets |
fieldsets | An array or comma-separated list of custom fieldset IDs. Prefix an ID with - to remove. |
|
importance |
number | A number from 0 (least) to 100 (most) |
|
links |
links | An array of record type:id tuples to link to. Prefix with - to unlink. |
|
owner_id |
number | The ID of the worker responsible for this task | |
reopen |
timestamp | If the status is waiting, the date/time to automatically change the status back to open |
|
status |
text | o (open), w (waiting), c (closed); alternative to status_id |
|
status_id |
number | 0 (open), 1 (closed), 2 (waiting); alternative to status |
|
is_active |
boolean | Is this task actively being worked on? (0 or 1) |
|
project_id |
number | The ID of the parent task project. | |
| x | title |
text | The name of this task. May contain 4-byte emoji. |
updated |
timestamp | The date/time when this record was last modified |
Dictionary Placeholders
These placeholders are available in dictionaries for automations, snippets, and API responses:
| Field | Type | Description |
|---|---|---|
_context |
text | Record type extension ID |
_label |
text | Label |
_type |
text | Record type alias |
completed |
date | Completed Date |
created |
date | Created |
due |
date | Due Date |
id |
number | Id |
importance |
number | Importance |
owner_ |
record | Owner |
record_url |
text | Record Url |
reopen |
date | Reopen At |
status |
text | Status |
title |
text | Title |
updated |
date | Updated |
These optional placeholders are also available with key expansion in dictionaries and the API:
| Field | Type | Description |
|---|---|---|
comment_count |
number | Comment count on the record |
comments |
comments | Comments |
custom_<id> |
mixed | Custom Fields |
links |
links | Links |
watchers |
watchers | Watchers |
Search Query Fields
These filters are available in task search queries:
| Field | Type | Description |
|---|---|---|
comments: |
fulltext | Comment Content |
completed: |
date | Completed Date |
created: |
date | Created |
due: |
date | Due Date |
fieldset: |
record | Fieldset |
id: |
number | Id |
importance: |
number | Importance |
links: |
links | Record Links |
owner: |
record | Owner |
owner.id: |
chooser | Owner |
reopen: |
date | Reopen At |
status: |
virtual | Status |
title: |
text | Title |
updated: |
date | Updated |
watchers: |
record | Watchers |
Worklist Columns
These columns are available on task worklists:
| Column | Description |
|---|---|
cf_<id> |
Custom Field |
t_completed_date |
Completed Date |
t_created_at |
Created |
t_due_date |
Due Date |
t_importance |
Importance |
t_owner_id |
Owner |
t_reopen_at |
Reopen At |
t_status_id |
Status |
t_title |
Title |
t_updated_date |
Updated |