accessing nuxeo REST API from JIRA scriptRunner (scripted field)

Younes Ouchtouban January 18, 2018

Hi ,

i need to know if its possible to access Nuxeo rest api from scriptRunner scripts

do i need to use nuxeo java client https://doc.nuxeo.com/nxdoc/java-client/ in a groovy script???

another solution maybe is accessing directly to the db , but i think REST API is more practical

Thank you

1 answer

0 votes
Alexey Matveev
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.
January 18, 2018

Hello,

I am not familiar with Nuxeo. But usually all kind of clients are written to make rest calls easier. These clients hide real calls to REST API. That is why I think you do not need it as long as you know the name of REST API methods.

From ScriptRunner you could call the methods either by using HttpUrlConnection:

https://gist.github.com/dkandalov/bf88d56e0a1cd9399260

Or HttpClient

https://community.atlassian.com/t5/Jira-questions/Rest-Api-Groovy-Unauthorized/qaq-p/666708

Suggest an answer

Log in or Sign up to answer