How to populate user names in a request additional field.
I used this instruction, it works fine, thanks.
How to edit a script so that Ci Name + Ci Type + Description is displayed in the field
You probably need to edit the block.
"<returnFields>" +
"<name> CI Name </name>" +
"</returnFields>" +
How to do it?
Thank.