Pull request for adding custom tickets fields
-
Hello, Scand team,
Excellent plugin you made, it just affords to our needs,
Even so, I’m new using osTicket and reviewing the documentation I see that It’s possible add some custom tickets fields to the call in your api. That worked for me to add a department dynamic field in tickets details and with a filter in osTicket match those with some departments.
Here I made a fork https://github.com/musthagon/scand-osticket-connector of your plugin.
And the steps I did was so:
Osticket:1. In Admin panel > Manage > Forms > Ticket details . I add two fields: one dynamic field link to departments and other basic field (short answers). And I put two unique variables to each one.
WordPress:
1. In osTicket connector setting, now will appear four new fields:
2. Custom text form field osTicket name: Variable of basic field in osTicket .
3. Custom text form field target name: Contact form name match for basic field.
4. Custom dynamic form field osTicket name: Variable of dynamic department field in osTicket.
5. Custom dynamic form field target name: Contact form name match for dynamic department field.WordPress form:
1. I added a field for basic field.
2. I added a select field similar to topic (osticket-topic) with the pipes, for dynamic deparment field.I tested it in: osTicket v1.15.2
This could be useful for others I think.
Greetings from Venezuela.
- The topic ‘Pull request for adding custom tickets fields’ is closed to new replies.