Hi
I need to customize e-mail templates and do it with use of official documentation available here: https://confluence.atlassian.com/adminjiraserver/adding-custom-fields-to-emails-batched-notifications-968669988.html?_ga=2.95188383.2011890355.1571836498-1540034935.1564474449
It works very well with custom fields. But I need to add epicName and epicLink to all notifications sent for tasks. How can i do it?
The EpicLink is a customfield. You should be able to get the customfield ID from the HTML. If you are using Chrome:
From that ID you should be able to use the Rest API to get the name and I believe the link as well
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.