Useful tools and scripts for post-migration script adjustment
You can use some tools and methods to help convert, update, and clean up scripts when migrating from Jira DC to Jira Cloud, including workflow conversion, filter updates, and bulk script modifications.
Script conversion assistance with WorkFlow Pro
WorkFlow Pro is an AI chat agent run on Rovo that simplifies Jira automation processes. This application is currently being trained on the complete range of Apprifre workflow and automation apps, including the Simple Issue Language (SIL) used in Power Scripts. While Workflow Pro is new and its training is still ongoing, it can provide significant help for converting scripts after Jira DC to Cloud migration.
Scripts for cleaning up saved filters
You can use scripts to audit filters and update the syntax of specific functions used in saved filters.
How to make bulk changes on scripts
After migrating to Jira Cloud, scripts often require bulk changes. A common task is identifying scripts that use hard-coded custom field IDs (for example, customfield_
). Here's how to search across all scripts for these references and perform the update:
In the SIL Manager, right-click the silprograms folder, then click Download.
Download all scripts in the silprograms folderExtract the downloaded zip file and open it in a tool such as VS Code.
Use find and replace features to search and update all files in the selected folder.
Find and Replace menus in VS CodeCompress (zip) the updated files.
Go back to Power Scripts and navigate to the Self Help > Backup/Restore tab.
Next, upload the zip file you saved.
Uploading the zip file will replace ALL files in the silprograms folder.