Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Qlik Community,
I want show all the incidents or service requested that were assigned to me or a group in Qlik Sense.
May i know if it is possible? - if so, how to proceed.
Thanks in Advance,
Pranathi.
I've not used that particular helpdesk, but I have connected to others (Jira, Zendesk, ServiceNow).
You are most likely going to need to use the REST connector in Sense and then hook into the CA SDM REST API. The documentation for this API is here:
The tricky part will be getting the authentication working. It looks to be a similar sort of authentication to Twitter, so if you can Google and find references to connecting to Twitter with the Qlik REST API connector this may give you some pointers.
Good luck!