From 4e12a682f35ce2fa52173376ab99901c48258498 Mon Sep 17 00:00:00 2001 From: Rolf Schmidt Date: Tue, 17 Aug 2021 13:01:55 +0100 Subject: [PATCH] Follow up 7e6e751d69811836299e4a59d70156253865f2db - Fixes #3695 - Detect Jira follow-ups. --- test/data/mail/mail103.yml | 11 +++++++++++ test/data/mail/mail104.yml | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 test/data/mail/mail103.yml create mode 100644 test/data/mail/mail104.yml diff --git a/test/data/mail/mail103.yml b/test/data/mail/mail103.yml new file mode 100644 index 000000000..8bcc5849d --- /dev/null +++ b/test/data/mail/mail103.yml @@ -0,0 +1,11 @@ +--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess +from: IT example +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: [] diff --git a/test/data/mail/mail104.yml b/test/data/mail/mail104.yml new file mode 100644 index 000000000..5c04c9516 --- /dev/null +++ b/test/data/mail/mail104.yml @@ -0,0 +1,11 @@ +--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess +from: IT example +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: []