Issue Type: New Feature New Feature
Affects Versions: current
Assignee: Alex Earl
Components: email-ext
Created: 05/Jul/14 7:31 PM
Description:

As a user, I want to modify the changes message in the email notifications.
This is useful when a change contains a message in xml.

For example:

  • Given a change with the message <defectId>DEFECT-666</defectId><message>Initial commit</message>
  • When I define the content of the email notifications as follows: ${CHANGES, regex="<defectId>(DEFECT-[0-9]+)</defectId><message>(.*)</message>", replace="[$1] $2"}
  • Then I should get an email notification with the following content: [DEFECT-666] Initial commit
Project: Jenkins
Priority: Major Major
Reporter: Gregory SSI-YAN-KAI
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to