Announcements from Portal to Ticket App
i know that it is not possible to create only the announcement in analyst portal to appear in the ticket app.
But is there a possibility to run a Task in Background to create an XML-File for the ticket app via the portal?
My idea is to create an announcement in the portal and after saving it a javascript procedure creates an XML File and saves it in the Ticket path. Because as i can see the ticket app only looks for new XML-Files inside his shares and shows them to the users.
Best Answer
-
seth_coussens Member Ninja IT Monkey ✭✭✭✭You would not be able to do this via javascript, but you could do this with a powershell background task that monitored the portal database for new announcements and then creates the appropriate XML file or even just generates the announcement in SCSM so the ticker app picks it up.5
Answers