Name (singular): |
Project Board Column |
Name (plural): |
Project Board Columns |
Alias (uri): |
project_board_column |
Identifier (ID): |
cerberusweb.contexts.project.board.column |
Records API
These fields are available in the Records API and packages:
Req’d |
Field |
Type |
Notes |
x |
board_id |
number |
The project board containing this column |
|
cards |
links |
An array of record type:id tuples to add to this column |
|
cards_kata |
text |
|
|
functions_kata |
text |
|
|
links |
links |
An array of record type:id tuples to link to. Prefix with - to unlink. |
x |
name |
text |
The name of this project board column |
|
pos |
number |
(0-4294967296) |
|
toolbar_kata |
text |
|
|
updated_at |
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 |
board_ |
record |
Project Board |
cards_kata |
text |
Cards Kata |
functions_kata |
text |
Functions Kata |
id |
number |
Id |
name |
text |
Name |
pos |
number |
Order |
record_url |
text |
Record Url |
toolbar_kata |
text |
Toolbar Kata |
updated_at |
date |
Updated |
These optional placeholders are also available with key expansion in dictionaries and the API:
Search Query Fields
These filters are available in project board column search queries:
Worklist Columns
These columns are available on project board column worklists:
Column |
Description |
cf_<id> |
Custom Field |
p_board_id |
Project Board |
p_id |
Id |
p_name |
Name |
p_updated_at |
Updated |