Sending JSON data in REST call - Post function.

Tarun Sapra
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 25, 2014

hi,

There are few questions related to doing REST calls in post-function available on this forum, one of the things not clear is how do we import the REST client jar for the script-runner post-function code

I want to use RESTClient for groovy, does putting the jar file in the WEB-INF/lib make it available for import in the post-function script, if not then is there any other built-in rest client library which can be used for Posting JSON data to REST Urls?

Thanks,

1 answer

0 votes
RambanamP
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 25, 2014

i created client using jerly libraries in java, examples will be available in following site

http://www.mkyong.com/webservices/jax-rs/restful-java-client-with-jersey-client/

for groovy you may refrer following site

http://groovy.codehaus.org/modules/http-builder/doc/post.html

Tarun Sapra
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 25, 2014

Hi rambanam, i know about both of them and have used them, my query is about rest call from within the script runner post funtion and the corresponding library import.

Srini T April 27, 2015

Hi Tarun Me too have same requirement and i didn't found any solution so far. Did you resolved your issue? If so could you please share with me how to write REST API client in post function script? Thanks Srini T

Alex October 17, 2018

Update information?

Suggest an answer

Log in or Sign up to answer