Search and Edit Scripts FAQs

Is there a way for me to see all my scripts for any given feature in ScriptRunner and search those scripts for specific content?

ScriptRunner provides the Script Registry built-in script; this allows you to see all scripts for each feature in tab format. After running this built-in script you can switch to the feature tab you want to review scripts for, then use the standard browser search tools ctrl + f (windows) or cmd + f (Mac) to find specific content.

Unfortunately, we do not provide a feature that lets you search over all ScriptRunner scripts at once. If you need to frequently search all your scripts, we suggest you change from using inline scripts to using script files instead. Using script files, you can use the operating systems file search tools, or an IDE, to search all your scripts easily. If you use script files, you can also take advantage of version control, so you have better management of changes to your scripts.

Is there a way to bulk edit all or some inline scripts?

ScriptRunner does not provide a method for you to bulk edit all inline scripts. If you are looking to have some form of bulk refactor feature with your ScriptRunner scripts, we suggest you switch to using script files instead of inline scripts wherever possible.

With script files, you can use operating system tools like the Linux sed tool, or open all your scripts in an IDE environment and then run a search/replace using the IDE’s tools. When using files, you can also take advantage of version control allowing you to revert your changes if your bulk edits cause your scripts to break.

On this page