Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

SNOW ticketing integration behaviour with parent/child OR linked tasks

ekorh
Regular Contributor
Regular Contributor

Hi,

We have been building snow ticketing integration and noticed some strange behaviour. See below for explanation of the issue.

When two tasks are generated as a part of same request or rule, then only one task gets provisioned as a ticket, with some conditions:

  • If both tasks are type 'add/remove entitlement', ticket will contain all necessary info since we have included 'allEntitlementsValues' attribute to the ticketing JSON.
  • But if one task is e.g. 'create account' and another is 'add entitlement', then all info is not added. 

Whereas, if e.g. 'create account' task comes from a separate request/rule and 'add entitlement' task comes from a different request/rule, then both tasks are provisioned as tickets and no problem. 

So, the question is, when two tasks are linked together, how could these two still be provisioned as separate tickets?
OR
In a scenario where 'create account' and 'add entitlement' tasks are linked together, how to include information of those both actions to the ticket?

Thanks already in advance!

Hi, any comments for this?

BR,

Ella

[This message has been edited by moderator to merge reply comment]

3 REPLIES 3

SB
Saviynt Employee
Saviynt Employee

Let me check on this and will update you.


Regards,
Sahil

rushikeshvartak
All-Star
All-Star

Apply entitlementsonly under security system - create task action


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

Hi,

I tried this but then in this case no account representation was created inside Saviynt for the user. This will cause issues in our implementation further on.