Issue 2870: comments format
Status:  Invalid
Owner: ----
Closed:  Sep 2014
Reported by Hxq...@gmail.com, Aug 27, 2014
As we know gerrit support some formats in comments like

In UI we can simply type below when writing comments  
* item1
* item2

But for REST API, how can I get similar result with UI?

I try "message": "* item1 * item2"

Does not work!

who can help me, thanks

 
Sep 1, 2014
Project Member #1 david.pu...@sonymobile.com
"\n" can be used to add line breaks, for example:

  "message": "* line 1\n* line 2"

will be rendered as a bullet list.  Note there should be no space after "\n".

Note: for questions like this it would be better to send a mail to the mailing list [1].  You're likely to get a quicker response there.

[1] https://groups.google.com/forum/#!forum/repo-discuss

Status: AwaitingInformation
Sep 2, 2014
Project Member #2 david.pu...@sonymobile.com
Closing this.  If there are further questions, please use the mailing list.

Status: Invalid