Hi,
is it possible someway to concatenate or append values into fields during CSV import?
Example 1:
issuekey;summary;description;description2;description3
KEY-123;My summary;This is a description;And I would like;to append this into the same field without overwriting
Example 2:
issuekey;summary;Description;field1
KEY-123;My summary;This is a description;And I would append this to description
My question is if Jira can handle it in someway?
I have splitted cells in excel that exceeds 32767 bytes and I want them in the same fields in Jira, like the above examples.
Thanks in advance 