How to get list collector values as string
Hi All,I am working in JIRA-Request Integration.I have to push list collector values to JIRA. All other values to syncing to JIRA except this one.Here is my code:var fieldsArr = []; var ritmGr = new GlideRecord('sc_req_item'); ritmGr.addEncodedQu...
