Name (singular): |
Custom Record |
Name (plural): |
Custom Records |
Alias (uri): |
custom_record |
Identifier (ID): |
cerberusweb.contexts.custom_record |
Records API
These fields are available in the Records API and packages:
Req’d |
Field |
Type |
Notes |
|
links |
links |
An array of record type:id tuples to link to. Prefix with - to unlink. |
x |
name |
text |
The singular name of the record; Issue |
x |
name_plural |
text |
The plural name of the record; Issues |
|
params |
object |
JSON-encoded key/value object |
|
updated_at |
timestamp |
The date/time when this record was last modified |
x |
uri |
text |
The alias of the record (e.g. issue ); used in URLs, API, etc. |
params
Key |
Value |
owners[contexts] |
An optional array with one or more of: cerberusweb.contexts.app , cerberusweb.contexts.group , cerberusweb.contexts.role , cerberusweb.contexts.worker |
options |
An optional array with one or more of: hide_search , avatars , attachments , comments |
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 |
id |
number |
Id |
name |
text |
Name |
name_plural |
text |
Plural |
record_url |
text |
Record Url |
updated_at |
date |
Updated |
uri |
text |
Uri |
These optional placeholders are also available with key expansion in dictionaries and the API:
Search Query Fields
These filters are available in custom record search queries:
Worklist Columns
These columns are available on custom record worklists:
Column |
Description |
c_id |
Id |
c_name |
Name |
c_name_plural |
Plural |
c_updated_at |
Updated |
c_uri |
Uri |
cf_<id> |
Custom Field |