- Edited
I'm considering creating a plugin to add some functionality that I don't believe exists already in osTicket. I'd like to be able to automatically create a task on a ticket if it is transferred from a specific department, to any number of other departments.
Before I dive in a learn how to create plugins for osTicket, I have two questions:
- Am I correct in that this functionality does not already exist in osTicket?
- If it doesn't exist, are the required Signals available in the plugin API to do what I am looking for?
For example,
- watch for ticket modification
- check if it was transferred from "Department X" to wherever.
- if so, create a task attached to that ticket