Hi *,
we want to have an extra email (html) velocity template for one workflow action. Similar to the template issueupdated.vm (see codeblock) it should contain the same infos but the email header should contain rejected instead of updated. We are unfortunately not (now) very good in this.
#disable_html_escaping()
#defaultMailHeader("jira.email.title.issue.updated", $changelogauthor)
#rowWrapperNormal("#parse('templates/email/html/includes/patterns/issue-title.vm')")
#if ($comment)
#parse('templates/email/html/includes/patterns/comment-top.vm')
#end
#if ($changelog)
#rowWrapperNormal("#parse('templates/email/html/includes/fields/changelog.vm')" '' 'wrapper-special-margin')
#end
#parse('templates/email/html/includes/changelog-issue-description.vm')
#set ($commentActionBody="#parse('templates/email/html/includes/patterns/comment-action.vm')")
#rowWrapperNormal($commentActionBody)
#parse("templates/email/html/includes/footer.vm")We made a copy of issueupdated.com (issuerejected.vm), created the needed file in ../subject, modified "email-template-id-mappings.xml" and the main functionality is given.
What do we have to change?
#defaultMailHeader("jira.email.title.issue.updated", $changelogauthor)We changed it to:
#defaultMailHeader("jira.email.title.issue.rejected", $changelogauthor)... what can not work.
In the email header "jira.email.title.issue.rejected" is shown instead of the wanted infos.
Thank you in advance.
Cheers
Carlo
Recommended Learning For You
Level up your skills with Atlassian learning
Learning Path
Apply agile practices
Transform how you manage your work with agile practices, including kanban and scrum frameworks.
Learning Path
Configure agile boards for Jira projects
Plan, prioritize, and estimate upcoming work by creating and configuring agile Jira boards for company-managed projects.
Learning Path
Registered Scrum Basics™
Manage work more effectively by learning scrum basics from a global leader in agile transformation and training—and get credentialed by Scrum Inc.®