Hi,
I’m still new to n8n. I created this workflow but it double triggers, creating: cards when set to cards, and lists when set to lists. So I get two either way.
Jira Cloud
Trello
n8n Cloud
I’ve been messing with it for a while now and I’m lost. I think it’s something obvious, but I can’t be sure.
It worked great when I had the JQL filter set to “Status =” but if I recreate that scenario it still makes 2 (lists or cards).
My Event is “Issue Updated”
If the “Update” is me moving an issue into the current sprint, it triggers twice for some reason. Not sure if that’s a bug or a feature. I tried comparing json outputs for: Issue Summary change vs Issue Sprint change, but couldn’t find any clues.
The workaround I came up with is:
Event: Issue update
JQL: status != Done AND Sprint = TESTME AND issuetype != Sub-task AND labels = List
So, adding the Issue to the Sprint does nothing in n8n, but when I do so Jira is automated to add the Label “List”, which is the trigger for n8n.
I know it’s obscure, but maybe it will help someone in the future.