Describe the problem/error/question
I have a workflow that uses a Linear Trigger to kickoff. I am trying to automatically tag every ticket when it gets created. The Linear Webhook settings only allow me to toggle webhooks based on the object (e.g. issues), and it then fires when an issue is created or updated. I only care to process tickets when they are created.
I added a filter for the workflow, but this setup means that one ticket, which may have a dozen updates in its lifetime, will trigger the workflow lots of times and take up my workflow quota – when I’m really only benefitting from the workflow running once. How can I modify this so that the workflow executes once per ticket without the updates taking up part of my workflow quota?
What is the error message (if any)?
Please share your workflow
Share the output returned by the last node
Information on your n8n setup
- n8n version: latest
- Database (default: SQLite): na
- n8n EXECUTIONS_PROCESS setting (default: own, main): na
- Running n8n via (Docker, npm, n8n cloud, desktop app): cloud
- Operating system: na
