Follow up 7e6e751d69
- Fixes #3695 - Detect Jira follow-ups.
This commit is contained in:
parent
8b5596647a
commit
4e12a682f3
2 changed files with 22 additions and 0 deletions
11
test/data/mail/mail103.yml
Normal file
11
test/data/mail/mail103.yml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess
|
||||||
|
from: IT example <example@jira.com>
|
||||||
|
from_email: example@jira.com
|
||||||
|
from_display_name: IT example
|
||||||
|
to: support@example.com
|
||||||
|
subject: "[JIRA] (SYS-422) test zammad 3"
|
||||||
|
body: 'Incident content
|
||||||
|
|
||||||
|
'
|
||||||
|
content_type: text/plain
|
||||||
|
attachments: []
|
11
test/data/mail/mail104.yml
Normal file
11
test/data/mail/mail104.yml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess
|
||||||
|
from: IT example <example@jira.com>
|
||||||
|
from_email: example@jira.com
|
||||||
|
from_display_name: IT example
|
||||||
|
to: support@example.com
|
||||||
|
subject: "[JIRA] (SYS-422) booob"
|
||||||
|
body: 'Incident content
|
||||||
|
|
||||||
|
'
|
||||||
|
content_type: text/plain
|
||||||
|
attachments: []
|
Loading…
Reference in a new issue