Add new line into Wiki attribute progmatically via followup operation.
Hello,
I have a requirement that i have to set the wiki attribute in a formatted way!
i am trying to enter a new line progmatically but i am unable to do so, the code is as follows:
String value = "hello setting new line value" + " " & nbsp;" + " checking if new line added;
currentWorkitemWC.setValue(wiki, value);
but this code is unable to enter the new line in the wiki attribute. Any help as to how to set String data in the wiki attribute with line break ?
Thanks in Advance
Abhishek
|
Accepted answer
Ralph Schoon (63.5k●3●36●46)
| answered Mar 17 '16, 6:59 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Mar 17 '16, 8:08 a.m.
According to http://www.wikicreole.org/ // would force a line break
I remember having played around with it when I created the work item commandline. I think the syntax that worked for me was: It is always a good idea to download the code from the work item commandline and have a look if you struggle. There might be solutions in there. Abhishek Kumar selected this answer as the correct answer
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.