<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div>Well, I don't see this on the wiki and Google is not turning anything up, so I am hoping to get some answers here.</div><div><br></div><div>I have a basic REST client working to get tickets, add comments, etc.  In order to publicly reply to a ticket, I need to steal it first.  I saw in the 3.6.0 release notes from 2006 that this functionality should be available, but the wiki doesn't really say how.</div><div><br></div><div>Here is what doesn't work so far:</div><div><br></div><div>Issue a basic request to "/REST/1.0/ticket/[ticketnumber]/steal"</div><div>Issue request to "/REST/1.0/ticket/[ticketnumber]/steal" and set content variable with "id: [ticketnumber] Action: steal" (yes, each key/value on a seperate line)<br></div><div>Issue request to "/REST/1.0/ticket/[ticketnumber]/comment" and set content variable
 with "id: [ticketnumber] Action: steal"<br></div><div>Issue request to "/REST/1.0/ticket/[ticketnumber]/edit" and set content variable with "owner: [username]" <br></div><div><br></div><div>I know I am missing some obvious, any help?</div></div></body></html>