It should not reactive the ticket if a user replies after it is resolved. It should just add a log entry for the End-User Comment. The only thing I can think is that maybe the template you are using for the Incident updates in the Exchange connector has
a specific status saved in it. If you export the management pack that contains the template, then check the template does not contain a property for status.
You can do this by searching for the display name of the template, which will be in a DisplayString element. Then search for that ElementID which should be under the Templates section. Make sure there is not an entry for status in there. It would look some
what like the line below.
<Property Path="$Context/Property[Type='CustomSystem_WorkItem_Incident_Library!System.WorkItem.Incident']/Status$">{2b8830b6-59f0-f574-9c2a-f4b4682f1681}</Property>
Matthew Dowst |
Blog | Twitter