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

Unable to populate comments

BhanuKumar
New Contributor
New Contributor

Issue in populating comments in generated ticket in Saviynt.

Ticket is getting when we used CreateAccount JSON in connection, but when we tried to populate comments of a request in ticket it is not working as expected.

We tried to populate businessJustification , it is working as expected.

${businessJustification}

We tried with below ways for comments to be populated in ticket

${comments}
${Comments}
${request.comments}
${task.requestKey?.comments}
${arsTasks.comments}
${task.requestkey.comments}

Saviynt version: v5.5SP3.16

please provide some inputs to resolve it

2 REPLIES 2

SB
Saviynt Employee
Saviynt Employee

Can you try with ${task.comments}


Regards,
Sahil

RakeshMG
Saviynt Employee
Saviynt Employee

Please try :

${task.requestKey==null?'':task.requestKey?.comments?.replaceAll('<.*?>','').replaceAll('\\n','').replaceAll('\\r','').replaceAll('[^ -~À-ÿ]+','').replaceAll(new String('XFw='.decodeBase64()),new String('XFxcXA=='.decodeBase64()))}

And refer to following forum for your request  :

https://forums.saviynt.com/t5/identity-governance/passing-the-comments-and-justifications-as-an-attr...


​Regards

Rakesh M Goudar