REST for ScriptRunner

richardhdc April 6, 2017

I want to create a REST endpoint in ScriptRunner and the endpoint would run the Built In Scripts of ScripRunner. Basically, I want to copy  a Project but I have an application that will make the call and connect it to a REST to execute the Copy Project with the parameters. Please link some resources where I could see sample codes that I can use and alter to get this done.

1 answer

0 votes
JamieA
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.
April 9, 2017

You can call the built-in script via rest:

https://scriptrunner.adaptavist.com/latest/jira/builtin-scripts.html#_executing_built_in_scripts_remotely

or you can write your own rest endpoint and from within that, call CopyProject:

https://gist.github.com/jechlin/7198215

richardhdc April 9, 2017

Yes, I was looking into that sample but I was trying to look for a documentation where I can see all possible parameter for the different built-in scripts. I can curl it now but my params are getting errors. I don't know what fields to pass and what not. I'm new and it will be a lot of learning for me. 

Suggest an answer

Log in or Sign up to answer