Talk:REST/@comment-195.20.162.170-20140124170435
Jump to navigation
Jump to search
Hi,
The "new line" seems not to be understood by the REST interface when I want to update multiple fields via a url. For instance, the following request
http://myrtserver/rt3/REST/1.0/ticket/112462/edit?content=Creator: user1\nStatus: Resolved
will update the field "Creator" with the value "user1\nStatus: Resolved" insstead of "Creator: user1" and "Status: Resolved"
Is there any workaround ? I also tried "\r\n" still without any success. Am I doing something wrong ?