This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Super Productivity — Taiga Sync Plugin (TypeScript) | |
-------------------------------------------------- | |
This file is a single-file plugin skeleton that provides: | |
- Sync tasks/issues from Taiga into Super Productivity when assigned to the configured user | |
- Import projects from Taiga | |
- Create Task/Issue in Taiga when created in Super Productivity | |
- HTTP webhook receiver to accept Taiga webhooks (recommended) and map them to app events | |
NOTE: This is a generic Node.js/TypeScript plugin skeleton. It exposes: |