jstanden / cerb

Cerb is a fully customizable, web-based platform for enterprise communication and process automation. Create high volume shared inboxes. Integrate with any API-based service and automate nearly any repetitive digital workflow using the specialized KATA language and browser-based coding tools. Production: https://github.com/cerb/cerb-release/
https://cerb.ai/
Other
81 stars 38 forks source link

[Records] Create new record types (contexts) entirely within the UI #311

Closed jstanden closed 7 years ago

jstanden commented 7 years ago

Right now we often have people use custom fieldsets on assets to treat them like distinct record types (e.g. computer, software license).

We also create record types from plugins for syncing meta (JIRA issues, GitHub issues, tweets, etc). This is stymied by the fact we have to allow configuration of complex field mapping rules.

This would be much more flexible if bots could handle synchronization into custom record types created within Cerb's UI w/o requiring plugins. That makes this integration accessible to Cerb Cloud subscribes, and it reduces the work of creating plugins for each new integration.

jstanden commented 7 years ago

Implemented in 8.2: https://cerb.ai/blog/2017/09/08/Custom-records/