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 backword in that Tapestry becomes a client to the request.
Assume here that I will be using some third party library to construct the JSON request, I just need Tapestry to submit it. If not, I will be falling back to java's own http api. More concrete: I want to submit string -> {"fields": {"project": {"key": "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 :). Thanks, Bogdan. -- View this message in context: http://tapestry.1045711.n5.nabble.com/JSON-request-construct-in-Tapestry-tp5714075.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org