Create task when a feature request is approved

On my Exosphere, when a feature request is approved, create the matching task.

Lexicon
site.exosphere.featureRequest.status
Operations
Record created, Record updated
By
@exosphere.site

Conditions

  • repo equals {{self}} — Only match my Sphere
  • status equals approved — When approved

Data Sources

  • featureRequest{{event.did}} — Fetch the original feature request

Actions (1)

Action 1 Create Record 1

Target Collection
site.exosphere.kanban.entry
Record Template
{
  "title": "{{featureRequest.record.title}}",
  "status": "backlog",
  "subject": "{{self}}",
  "description": "{{featureRequest.record.description}}"
}