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 there,
I am processing a migration for a complex Jira 6 from Windows to Linux in 8.5.
We have so many inline scripts to migrate...
They are linked like that:
In a workflow
<arg name="FIELD_SCRIPT_FILE">post-function\PRJ\OrderSubtasks.groovy</arg>
In my new Jira 8.5 in Linux, I get this error "Cannot find file: post-function\PRJ\OrderSubtasks.groovy". When I change all the "\" to "/", the script is find.
In fact, we need to transform it to:
<arg name="FIELD_SCRIPT_FILE">post-function/PRJ/OrderSubtasks.groovy</arg>
For the workflows we have 134 occurences and 117 for the behaviours. I hope I don't have to do it manually!
I don't find any documentation or script to do it automatically.
Help me, saving me hours of manual modification! ;)
Regards,
Timothée