I want to use
{{comment.internal}}
while using Automation for JIRA in order to only send an email if a comment is external. However I tried using the compare condition parameter within the add on and that is throwing an error as it resolves to:
{{comment.internal}} = false
false = false
Not sure how I can test whether it's true or false before firing an email event.
Could someone point me in the right direction? I'm stuck! :)
Thanks,
Hollie
Hi Mark,
It comes back and says it doesn't match even when I put an external comment on the ticket. The Audit log shows this:
The following issues passed:IT-1292
The following issues did not match the condition:IT-1292
My screenshot looks exactly like yours does above :(
Thanks,
Hollie
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I had a space in front of the first {{ - removed that and it worked like a charm!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I had a space in front of the first {{ - removed that and it worked like a charm!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Why isn't this an out-of-the-box option for comment-based triggers?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
agree, it stupid it should be so hard to filter internal comments out
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.