Thank you for the reply.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/JSON-request-construct-in-Tapestry-tp5714075p5714095.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
-
To
On Mon, 25 Jun 2012 17:14:36 -0300, bogdan_cm
wrote:
I am trying to open Jira tickets directly from my application using
atlassian's REST api. For this I need to create a JSON request and
submit it to some Jira handled URL. Can I construct such a request in
Tapestry? It's somewhat backwor
":
"PC"},"summary": "My remote created task", "description": "Creating of an
issue using project keys and issue type names using the REST API",
"issuetype": {"name": "Task"} } }
to some URL that accepts JSON :).