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.
Hi!
Jira Server 8.5.2, Adaptavist Script Runner 6.53.0
We are using Inline Groovy Scripts within Workflow Validator/Post Functions.
From what I read, these scripts are stored in the Database and We need to know where, to find all of them without opening every Validator in every Workflow ...
https://confluence.atlassian.com/jirakb/list-of-jira-server-ao-table-names-and-vendors-973498988.html
This is the link I found, but it doesnt provide what We need.
Thanks in advance for any hint!
Regards,
Hans
Hello @Hans Pesata ,
There is a ScriptRunner feature called "Script registry" that should sum up all the customized scripting you have on your instance :
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Hans Pesata
but please remember, that it may take quite a while for alle Script occurrences to load and to be displayed.
Cheers,
Holger
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Hans Pesata
first where to find the AO Tables in you running Jira instance:
But this will not help as the Groovy scripts, especially those related to the workflows, are not stored in the AO tables at all.
Some of your scripts may even be found on the filesystem ($JIRA_HOME/scripts)!
Now regarding the scripts stored in the database:
I hope this helps and before you ask, yes, it is possible to do this in a Groovy Script from the running Jira instance instead of trying to piece together the info from the database.
Cheers,
Holger
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.