Pass approver/reviewer comments to Service Desk ticket

Any idea how can approver/reviewer comments be passed to the SNOW ticket via the Generic connector? The following code will only work for comments submitted by requestors

#foreach($req in $plan.requests)#if($req.arguments.comments)Comment from SailPoint is : $req.arguments.comments#end#if($req.items)#foreach($item in $req.items)#if($item.arguments.comments)For $item.name : $item.value$newline Comment from SailPoint is : $item.arguments.comments$newline#end#end#end#end

Hi @sahil,

I don’t think we can pass approver/ reviewer comments. Please check below link for more idea.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.