Feature Request:
Add a flag to recovered suspended tickets that indicates their origin.
Description/Example/Use Cases/Proof of End-Users Requesting:
Currently (as far as I know) there is no way to tell whether a ticket was created manually or by recovering a suspended ticket. There are many reasons to treat recovered suspended tickets differently and with more caution, but this requires knowing which tickets were created in such a way.
Use Case:
We've built an app that leverages the Zendesk API to pull information about a ticket and use it to determine the ticket's validity for our workflow. This workflow has certain implications for our product's security, so we want to reject tickets that were suspended initially. We need a way to distinguish those types of tickets. A simple boolean flag returned by the tickets API would work here.