Hi All,
We have integrated ServiceNow Service Desk Service Request in SailPoint IdentityNow for disconnected sources. We are generating REQ request for provisioning and deprovisioning and also mapping IDN with REQ ticket status.
In Leaver scenario, when an identity in deprovisioned lifecycle state then IDN raise a REQ type ticket for the disconnected sources. If identity have access to 4 different disconnected sources, 4 RITM tickets are created and tagged with 4 SCTASK for the same REQ request.
Now, we have a requirement to create separate REQ ticket for every disconnected source the identity have access. I also have few questions here -
Can we generate separate REQ request for all the disconnect source the identity has access?
if yes, is SailPoint able to track all of the REQ tickets for an identity?
I recently ran into this issue. We only had 3 different flat-file sources, so we just created 3 different ticketing integrations. If you only have a few systems to create tickets on, I’d recommend that approach.
However, if you have a lot, you may be better off using a workflow to loop through the accounts and create termination tickets for them.
I’ll second this approach, if you want separate tickets, a separate SDIM for each disconnected source will achieve that. You may need to do some standardization of the sources and SDIMs which will make managing them easier (you can use script for updates for example), but regardless a separate SDIM will make a ticket for each source.
Hi Kevin, Thanks for your reply.
We have multiple flat file source, so creation pf multiple SDIM is not a correct option for us.
But, in case of workflow solution, by the workflow we can create incident ticket (like: INC0010006). But we want to create REQ ticket for our case. Do you know is that possible in this case.