I’m experimenting with using the rules engine to replace the standard ticket email notification functionality of IIQ. My goal is to support email threading/conversations for ticket update notifications, rather than use IIQ’s approach of dispatching separate emails for the same ticket.
This is working well for the most part. However it seems that Incident IQ is sometimes triggering the update rule and firing the “send email alert to user” action before the changes have actually been saved. Is this a known bug?
For example: I’ll change the status of the ticket and the email dispatches to all recipients as expected, but the ticket summary fields and comments in the email body don’t reflect the updates which triggered this in the first place. A subsequent update or comment will trigger another email which generally does end up showing the previous changes.
In this example:
- I reply to a ticket with “test reply on behalf of”
- IIQ responds with a email notification that does’t include the comment which triggered it
- I reply again with “another reply”
- IIQ responds with an email notification that includes the previous “test reply on behalf of” comment, but not the most recent comment
This is our On Ticket Update rule
And this is our On Ticket Create rule