Need some suggestions
I need to read file contents which will have the existing value and the new value of a variable
need an approach where in the scriptrunner picks up the file and reads the old value and replace the old value with the new value.
Hi,
I would advise to use scriptrunner and groovy built-in functions such as
https://stackoverflow.com/questions/17395787/how-to-replace-a-string-word-in-a-text-file-in-groovy
Antoine
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.