The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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
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
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.
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.