Hi guys,

This last week I have created a web form for submitting tickets using the osTicket HTTP API.

Using many different sources API docs, this forum and github I have finished it.

Preview of the form:

That is why I wanted to share my project with you guys in case any of you want to use this. Head over to my Github profile:
https://github.com/RickxZen/osticket

Greetings,

Rick

    21 days later

    RickxZen .... This is really cool .. good work !!

    I have a couple of questions, which may sound lame (or like I don't even know what I'm talking about), but please bear with me, as I am a noob.. I have very little or no clue on osTicket custom-development.. I just want to know of the possibilities, so that I can have a pro do the development bit..

    • I'm assuming, this is a submission-form, only for creating new tickets... Once the ticket is submitted via this form, how will the subsequent ticket thread appear... ?
    • Using osTicket's HTTP API, would it be possible to have a different ticket-submission form, based on the submitter's (end-user) organization ?
    • Using osTicket's HTTP API, would it be possible to have dynamic conditional field's like drop-downs, in the form ?

    thanks

      I think that I can answer those questions.

      I'm assuming, this is a submission-form, only for creating new tickets... Once the ticket is submitted via this form, how will the subsequent ticket thread appear... ?

      submitting via this would create a ticket.
      submitting again would not add it to an existing ticket and would open a new ticket.

      Using osTicket's HTTP API, would it be possible to have a different ticket-submission form, based on the submitter's (end-user) organization ?

      The form code does not appear to be setup to do that, but it is something that you could do, or you could setup different sites using this and brand it each one and then give the link to the respective company to use.

      Using osTicket's HTTP API, would it be possible to have dynamic conditional field's like drop-downs, in the form ?

      If you coded them yes. But you would need need to actual help topics in osTicket that the correspond to. ie they would look different in the form, than they do in osTicket.

        FunkFuMaster Glad you like it! Thanks ntozier for answering his questions.

        @FunkFuMaster for your third question in the screenshot you can see the dropdown menu Desk Number, I add that selection to the message, is that what you mean?

        Write a Reply...