Hello,
I receive several team meetings invites. Is there a way I can cancel both the previous request and the new request? For example, I receive a meeting invite with the summary "A cup of tea this afternoon," and then it is canceled, followed by another email request titled "Canceled: A cup of tea this afternoon." I need an automation that marks both these requests as canceled and transitions them to "Done." with the current automation i have, it fails at the branch
Thanks!
Hi,
I have corrected your rule and it is working fine there is an issue in syntax of the JQL. Please use this jql.
summary ~ "\"{{triggerissue.summary.substring(10)}}\"" and summary !~ "\"Canceled:\"" and project = "{{triggerissue.project.name}}"
PFA.
Thanks, it does works, thanks very much
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.