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
For those passing by, you might find the following docs useful:
Best,
Uran
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Claudia
Thanks for your input.
No, I was specifically looking for the scriptrunner API.
/anders
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Have you find it @Anders J. Truelsen ?
I'm looking for it too..
Where do I find docs for this interface for example?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.