
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2018 01:30 PM
In our instance the only inbound action we have enabled for incidents is Update Incident (BP). Recently one of the techs forwarded a response that had the watermark and the incident number with FW: in the subject line. It did not update the tickets. I looked at the email logs and found Skipping 'Update Incident (BP)', email is type 'forward', which does not match Inbound Email Action's type 'reply'. Is there something extra I need to setup for forwarding to work? I checked and glide.email.forward_subject_prefix system property does have fw: listed in it. Is it because fw is lower case and in the email it was upper or is this not case sensitive?
Solved! Go to Solution.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2018 05:16 AM
figured it out. apparently there is a forward from prefix (glide.email.forward_from_prefix) that was blank which is different from the other system property glide.email.forward_subject_prefix. As soon as I added "fw:" to the glide.email.forward_from_prefix it started to update the correct incident.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2018 01:54 PM
You would need to change the type from 'Reply' to 'Forward'. Or better yet create your own action to process forwards, so you're not modifying an OOB record, that could result in skipped updates on future upgrades. This one's designed so that when a user replies to an outbound notification, it will update the incident.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2018 01:57 PM
So could I just copy the inbound action and change the type to forward?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2018 02:10 PM
Yeah you should be able to. Did you try it?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2018 05:05 AM
Just tried it but it is having some very strange behavior. I sent an email by updating comments. Then I took that email I received and forwarded it back to the development environment email address. This time it did not show the target incident but it was the wrong one.