Hi,
I am trying to create a Smart Value with all the watchers to send an email but I want to make sure the initiator is not included. So I created a Smart Value where I use the following expression
{{#issue.watchers}} {{#if(initiator.displayName.eq(displayName),' ',{{emailAddress}})}} {{/}} {{/}}But the Smart Value comes back empty.
How can I check each item on an array and create another array only with the items that didn't matched the if condition?
If someone else has this problem, the solution is described in this KB article , which says:
in Google Chrome:
disabled="true" parameter for the button object
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.