Question
CLI IM issues --fieldsDelim: set value to newline
Is it possible to set the fieldsDelim in the im issues query to use a new line between the defined fields? I've tried "^, <br>, \n, \r, \n\r, 0x0a" and nothing seems to work.
Ex: im.exe issues --fields="Text","Expected Results" --fieldsDelim="\n" 850983

