Hey folks.
I’m new to Vikunja, but I like what I’ve seen so far. I’d like to set up n8n so that it can automatically add tasks to my project when a new issue is raised on a specific github repo (something like “new issue on X: please review”) and I’d like to be able to somehow relate the task to the original issue so that I can update it if further webhooks are received (like it’s closed, or something). At the moment there are two approaches I can think of:
- load all tasks in a project and scan through them for a matching URL in their description, or
- create a label for every issue and search for that instead
It would be great if there was a way to store metadata about and issue via the API that was filterable. Suggestions welcome.