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.
In script runner I can access my custom groovy packages and make my groovy files reusable.
However, when I am working in a plugin the groovy packages I could access on script runner are not accessible.
Is there a way to expose my custom groovy(classes) packages making them accessible/reusable from inside a plugin or one of my custom plugins?
I suppose I could package them up and snapshot them into a jar file adding them to a classpath and that would work.
However, I would love it if I could just add the path somewhere but don't know if thats how it works.
I started looking at tomcat and was wondering perhaps if a path can be added there?
Please advise. : )