have email notifications in Front produced by Atlassian to connect to the objects in Jira/ServiceDesk to do updates like: add comments to the task (internal, public) update assignee update watchers Be able to link an existing conversation in Front...
Add "source inbox" to the event payloads for Move events
As a developer I sometimes need to see the source inbox of a move (i.e. see which inbox a conversation was moved from in addition to the inbox it was moved to.
Improved API support for bulk or batch imports/updates of resources
As an API user, the ability to create batches of resources, specifically Tags and Contacts, would be very helpful. I regularly hit my API rate limit when trying to migrate large groups of Contacts into Front
Right now if we need to access custom fields on a Conversation via the Plugin SDK, we need to issue a server-side API request to GET /conversations/:id. It would be helpful to expose conversation custom fields to the Plugin SDK in the same way as ...
To monitor the "seen" status of messages, api clients currently need to implement a polling strategy. Adding a seen event to enable web-hook integration, will limit api usage and improve state change detection.