As discussed at http://confluence.atlassian.com/display/JIRA/Customising+Email+Content
You could use http://code.google.com/p/veloeclipse/, I have it but find it half works half annoys, the selects dont work as they do with Java code, selects multi-line content when I want the quote delimited field.
Anyway, there are no plugins that provide editing over all templates. To do assumes some things (a) that JIRA is standalone (not WAR) packaged, (b) that the running user has permission to actually modify the files (possible, but perhaps the files would be readonly), (c) that the files get cached for performance, meaning you won't be able to see result until you reboot. All in all, why write a plugin?
You're best off with notepad or similar in a DEV Jira, editing the templates directly, after disabling velocity caching.
The 'enabling' factor here would be if Atlassian addressed https://jira.atlassian.com/browse/JRA-19957 allowing YOU to disable /remove the default IssueListener and substitue your own. Potentially, this then allows custom editing through plugins, similar to what I've done with JEMH for its templates.
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.