The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Changing the groovy script file path

Amit Baheti
June 10, 2015

We have lot if custom workflows and at many places we are using custom groovy script for postfunction or condition or validation. As of now we have complete path hardcoded in the workflow.

Now we would like to change the groovy script file path. Since there are more than 70 places where we need to do that, is there a convenient way to do that?

May be by using some SQL script?

 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
JamieA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
June 13, 2015

You can write some code to bulk update all your workflows, but it's a bit hairy and I don't have a sample to hand.

You could shut JIRA down, dump the jiraworkflows and jiradraftworks tables using your database tools, do a find and replace and then import them. Make sure you practice on a staging instance first though.