read:jira-work — to search issues by JQL and read their content.write:jira-work — to update Summary/Description on Apply.storage:app — to store operation history and rollback data.No further configuration is required — the app has no admin settings page and no external accounts to connect.
Go to Jira → Apps → Bulk Text Replacer. The app appears as a global page, accessible from any project.
Enter a JQL query in the JQL field to target the issues you want to edit, e.g.:
project = ABC AND text ~ "old-product-name"
Optionally enable Cascade by hierarchy to automatically expand the matched issues to include all their descendants:
Important: Cascade works correctly in team-managed (next-gen) projects.
In company-managed (classic) projects, Epic → Story links are managed by the
"Epic Link" field rather than the parent field, so cascade will not find children
of Epics. The UI will warn you if this limitation applies to your query.