Details
-
Type:
New Feature
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: email-ext-plugin
-
Labels:None
-
Similar Issues:
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
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Workflow | JNJira [ 156476 ] | JNJira + In-Review [ 195431 ] |