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
repoequals{{self}}— Only match my Spherestatusequalsapproved— 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}}" }