| Plugin | Integration | Use case | |--------|-------------|----------| | | Single Sign-On | Corporate help desks | | Slack Notifications | Send ticket updates to Slack channels | Real-time ops visibility | | Jira Bridge | Sync tickets to Jira issues | Dev + support teams | | Mailchimp / Newsletter | Sync ticket contacts to mailing lists | Customer engagement |
Moves attachments out of the database and stores them in a designated folder on your local server.
Essential for security and compliance. It logs every action taken within the system, such as who viewed a ticket, changed a status, or deleted a reply. Community & Third-Party Plugins
If your help desk handles a high volume of screenshots and video attachments, prioritize installing the Filesystem Storage plugin early on. Keeping attachments out of the database keeps your system nimble. osticket plugins
The osTicket plugin architecture allows developers to hook into the core code without modifying it directly (a practice known as "forking," which makes updates a nightmare). Currently, the ecosystem is divided into two distinct categories:
To manage performance effectively, you need data. These plugins provide insights into your team's operations and improve the agent experience.
The built-in reporting in osTicket is minimal. Third-party reporting plugins integrate interactive charts, graphs, and exportable KPIs. They help managers track metrics like First Response Time (FRT), Average Resolution Time, and individual agent performance. 2. CRM and Team Integrations | Plugin | Integration | Use case |
These plugins push real-time alerts to your chat channels whenever a new ticket is created or an internal note is added.
The journey for a developer in this ecosystem is hands-on. Because there is no official "step-by-step" guide, many learn by reviewing existing core plugins to understand how to "bootstrap" their own features. Core plugins for osTicket (v1.8+) - GitHub
What (like SMS alerts, CRM sync, or custom themes) are you trying to add? What version of osTicket are you currently running? Are you hosting it on-premise or using a cloud provider ? Community & Third-Party Plugins If your help desk
These plugins are maintained by the osTicket development team and are typically the first to be updated for new releases (such as v1.18.3 ). OAuth2 Client Plugin (Highly Recommended)
MyPlugin/ ├── plugin.php # Plugin metadata & registration ├── config.php # (optional) Configuration pages └── MyPlugin.php # Main plugin class extending Plugin