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?
I didn't completly get the question, but my guess is that you are missing the usage of Project Roles.
Define project roles, and use them in the project permissions schemes. Once done, the project admins can decide who is in which role which essentially means they can manage who has permissions to their projects.
https://confluence.atlassian.com/display/JIRA/Managing+Project+Roles
Thanks Renjith for your response. We are using project roles, but when a project admin adds another user, doesn't that user also have to exist in a global permissions group?
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.