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

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 Leaders.
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.

Suggest an answer

Log in or Sign up to answer