Hi,
We are in the process of adding two more Service desk projects to our JIRA instance and I want to know how to send different email templates\information based on the project.
I have looked at the Customizing email content section and it seems possible by the Advanced customization section where it states;
"The Issue object is passed into the vm templates. Notice some of its implementation in /includes/summary-topleft.vm. As an example, calling $issue.getProject() would allow you to determine the project an issue comes from, and even create logic to show different information for emails from different projects."
Where do I add the logic of "$issue.getProject()" to determine what template to use or there is an easier way to do this?
Cheers
Brad