I have a simple condition check in an automation that gets fired any time a new story is created. I'd like to apply Checklist Templates to my clones when they are first created. The first condition "BSA: 1 - " gets hit and that template is applied, but none of the others ever fire when those stories are cloned.
Thanks for your help!
Automation
Stories that were cloned -- Only BSA 1 applied the template, but none of the others did :(
Hi @Aaron Eden
The way your rule is structured, it stops when it hits the first failing condition.
One solution for this is to remove the Branch On Current Issue and use the if / else condition blocks for each case: https://confluence.atlassian.com/automation/jira-automation-conditions-993924794.html#Jiraautomationconditions-ifelseblockIf/Elseblock
Kind regards,
Bill
Weird, I never saw those if conditions in the UI. Thanks @Bill Sheboy that did the trick and I'm up and running successfully.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.