Scriptrunner for Bitbucket - need docu

Former user October 28, 2017

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

2 answers

1 accepted

2 votes
Answer accepted
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.
October 28, 2017

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

0 votes
Tayyab Bashir
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.
October 28, 2017

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. 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events