You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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
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.