Hello,
I'm trying to understand the scripting language used in ScriptRunner plugin for Bitbucket. Where can I find a documentation of the used language and the possible functions/properties that can be used related to BitBucket? The only Bitbucket API I currently found was Javascript but that seems not be right one.
Thanks,
Matthias
Hello,
Adaptivist ScriptRunner uses groovy language which is based on Java platform. That is why you can use pure Java instead of groovy in scriptrunner. Anyway in the end you have to call Bitbucket Java API.
Searching through the documentation of Bitbucket Java API all the time can influence on your productivity that is why it is better if you setup development environment as it is guided here:
https://scriptrunner.adaptavist.com/latest/bitbucket/DevEnvironment.html
After this setup you can develop in IntelliJ and have hints for Bitbucket Java API.
Also it is important to mention that scriptrunner is a plugin which gives developers an easier access to bitbucket extensions which were made by bitbucket developers.
This access is given by entry points (pre-recieve hooks, post-recieve hooks etc) which are documented here.
https://scriptrunner.adaptavist.com/latest/bitbucket/
After you get into an entry point you can use Bitbucket Java API.
Here is the reference to Bitbucket Java API
https://developer.atlassian.com/bitbucket/server/docs/latest/reference/java-api.html
Hi,
You can find the documentation for ScriptRunner for Bitbucket on this link
The scripting language ScriptRunner uses is Groovy.
You can learn more about it on this link
There are other online resources for groovy scripting as well, but the above would be beneficial if you are a beginner to start you off.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.