hi,
i want to add the priority and assignee fields in each email notification that jira is sending for my projects.
please help me how to do this,
thanks,
Asif
you need to change custom field templetes check the following doc
https://confluence.atlassian.com/display/JIRA/Customizing+Email+Content
also,i got some code lines for adding a custom field in template of a particular event.i tried it but it didnot work.een if it had worked, it is not a regular field but a custom field.
in this case, i want to add custom fields in all the email notifications,
thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi rambanam,
in templates folder, there are many templates for different events, but no custom field templates.
if i want to add assignee in alll notifications, so i will have to add code for assignee in all the templates available there?
thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
if you want to add it on all events then you need to include in all templetes!!
if you want to add customfield then check this post
https://answers.atlassian.com/questions/272432/getting-user-from-user-picker-jira-5-0-7
don't forgot to restart jira after changing templetes
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
https://developer.atlassian.com/jiradev/jira-platform/jira-architecture/jira-templates-and-jsps/adding-custom-fields-to-email may cover what you are looking for?
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.