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

Ticketing for flagged endpoints

PB1
New Contributor II
New Contributor II

Team,

We have multiple endpoints in a security system, of which we need to create tickets for only the endpoints which are flagged. Is there a way wherein we can do this?

Since the service desk connection is defined at security system level, is there a way we can filter the endpoints for ticketing?

We will be using ServiceNow as ticketing tool. 

Thanks!

 

3 REPLIES 3

rushikeshvartak
All-Star
All-Star

in url you can write conditional logic to call dummy url which inturn will not call ticket in service now


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

PB1
New Contributor II
New Contributor II

Thanks! Do you have any samples jsons for this?

 

      "url": "${requestAccessAttributes.addRemoveAlias==null?'https://<domain name>/admin/directory/v1/users/'+account.name:account.customproperty30.toString().contains(requestAccessAttributes.addRemoveAlias)?'https://<domain name>/admin/directory/v1/users/'+account.name+'/aliases/'+requestAccessAttributes.addRemoveAlias.trim():'https://<domain name>/admin/directory/v1/users/'+account.name+'/aliases'}",
 

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