i have script which converts the customfield to multiselect field by using below method
nt
getfieldByID('customfield').convertToMultiSelect([
ajaxOptions: [
url: getMyUrl() + "/rest/endpoint/myurl/"
formatResponse: "general",
]
]))
how would i make the "convertToMultiSelect" option to textfield ??? please help me out. i just want to show whatever the response comesback instead of converting it into multiselect??