Hi
My requirement is that I need a specific subject line in the JIRA email notfication email for a single project. For all other projects, its the default. The subject line also need to have the "number" in the issue key.
I am unable to move ahead.
#disable_html_escaping()
#if($project.key).equals("ACITP")
($issue.key) $issue.summary
Regards,
Sateesh
Are you editing the subject email template? If so, try replacing $project with $issue.projectObject and see if it helps.
Thank you Jobin. Also is there any way to cut the number from the issue key
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can use $issue.projectObject.key instead of $issue.key
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.