Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Create new JIRA velocity template for action "rejected"

Carlo Hohenbrink July 16, 2015

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

 

 

 

1 answer

Suggest an answer

Log in or Sign up to answer
0 votes
Rekha Bhaskaran February 1, 2016

I have the same question . any suggesstions?

TAGS
AUG Leaders

Atlassian Community Events