Hi,
How to customize a velocity template (eg. issuecreated.vm) by project ?
I would like to use the default template for all projects except one, but I don't know how to do this...
Thanks,
You can't, the templates are not linked to the projects in any usable way.
The best you can do is detect the project and do conditional formatting, like:
##common header stuff
#if project 1
Output stuff for project 1
#end
#if project 2
Output stuff for project 2
#end
##common footer stuff
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
JIRA can't out of the box, as Nic says, for small tweaks, a range of small changes can be combined into one particular template, but if you want more than that, its going to be quite hard to manage.
Another answer to the question is that JEMH (plugin) can be used to do exactly that, to provide a completely different set of runtime modifiable templates per project. In effect, JEMH takes over the notifications, so you would deselect the JIRA notification scheme in the project and select it through JEMH instead, associating the per-event templates you want.
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.