How can i add new line in cmd : im editissue --field=Documentation / Link of Test Result ?
I am using Integrity 11.2 and i am trying to edit an item (SAFE) via cmd option:
im editissue --field="State=IN_WORK" --field="Test Evaluation=FAILED" --field="Documentation / Link of Test Result= test \n test \n test \n" 1234567
I am expecting at \n to have a new line inserted , but it does not work.
Also tried with : im editissue --field="State=IN_WORK" --field="Test Evaluation=FAILED" --field="Documentation / Link of Test Result= test ^
test ^
test " 1234567
, but in the item all the information is in one single line.
How can i insert new lines in the command ?
Any suggestions would be grateful.
Thank you.

