Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Where is the scriptrunner API documentation

Anders J. Truelsen May 6, 2021

I want to port my growing number of behaviours, script fields, listeners and post functions from inline scripts to script files that I can version and copy around between my environments.

My problem is that I can't find a description of the classes or interfaces that I need to extend or use for all the different script types.

For behaviours I use

public class myBehaviour extends FieldBehaviours{ def run() {...} }

What are my options for the other script types?

 

Thanks

/anders

3 answers

1 vote
Uran Meha
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 2, 2024

For those passing by, you might find the following docs useful:

Best,
Uran

 

0 votes
Ram Kumar Aravindakshan _Adaptavist_
Community Champion
May 6, 2021

Hi @Anders J. Truelsen

The latest ScriptRunner documentation is available at https://docs.adaptavist.com/sr4js/latest

For sample scripts, you can also visit the Adaptavist Library at https://library.adaptavist.com

I hope this helps to answer your question. :)

Thank you and Kind Regards,

Ram

Anders J. Truelsen May 6, 2021

Hi Ram

 

Thanks for the reply.

I was hoping for something more specific. 

I've been through both the old and new adaptvist.com page numerous times without finding the list of interfaces I can extend.

I found my behaviour example in the library, which is indeed a valuable source for examples and ideas, but again, I cannot find the interfaces.

What I'm looking for is a coherent description of all the available interfaces with their respective methods and variable bindings.

This would enable me to take scriptrunner to the next level.

 

Thanks

/Anders

Like Jakub Cieplinski likes this
Claudia Love
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 1, 2022

I wonder if you’re looking for something like this:

https://docs.atlassian.com/software/jira/docs/api/7.6.1/index.html?overview-summary.html

this is the library of objects/methods you can access on the Jira REST API.

kind regards,

Claudia

Anders J. Truelsen June 1, 2022

Hi Claudia

 

Thanks for your input.

No, I was specifically looking for the scriptrunner API.

 

/anders

Noam Twena May 16, 2023

Have you find it @Anders J. Truelsen ?

I'm looking for it too..

 

Where do I find docs for this interface for example?

com.onresolve.scriptrunner.runner.ScriptRunnerImpl
Like # people like this

Suggest an answer

Log in or Sign up to answer