Which Jira-server version supports the use of smart value: "{{#if ... }} text {{/}}, or is this a Jira-cloud only functionality ?
I would like to use this in a reminder email, that is sent to two people, using as source two different people fields. However sometimes the two fields holds the same person, resulting in an email with twice the same name. That looks a little odd.
To prevent this, I thought let's use this construct:
{{#if(issue.assignee.equals(issue.coordinator))}}
Name 1,
{{/}}
But this does not work.
the {{#if }} is shown here:
But it looks like functionality for the Jira cloud version.
Is there a way to similar functionality in Jira-Server?
Hi Dianne,
I think you need some 3th party plugins to achieve this. We have the same requirements at our company.
We are currently looking at the following plugins to achieve this
https://marketplace.atlassian.com/plugins/net.customware.jira.plugins.createandlink
Cheers,
Bart
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.