Just wondering if is possible to reload the tickets section automatically or make them available as they are created by end users or others techs/users. All of that without having to completely refresh the page manually.
So far I used
<meta https-equiv="refresh" content=60; URL=website"
but by doing the above while is doing the job i wanted I came across another issue.
when creating a new ticket it will (as the meta tag was told to do) also refresh losing the info that was filled.
does anyone have a better solution?
maybe to just reload the specific ticket frame or open the "new ticket" button on a separate page?
thanks in advance