-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: Page - History and Information
-
None
-
1
-
2
Summary
Provide a search functionality within Confluence page version history that allows users to search for a specific keyword across all versions of a page and identify which versions contain that keyword.
Problem Statement
When a Confluence page is updated multiple times, creating numerous versions, users often need to locate specific content using a keyword. Currently, there is no way to search across all versions of a page for a particular word or phrase. Users must manually open each version individually and use browser search, which is time-consuming and impractical for pages with many versions.
Current Workaround
- Open each version individually and use the browser's Ctrl+F / Cmd+F to search for the keyword
- Use a binary search approach (start from the middle version) to narrow down the relevant version
- Use Compare Versions to highlight additions (green) and deletions (red) between two selected versions
- Use AI Summarize Changes (if Atlassian Intelligence is enabled) to get a summary of changes between versions
These workarounds are manual, do not scale, and require significant effort when pages have dozens or hundreds of versions.
Proposed Solution
Add a keyword search input within the page version history interface that allows users to:
- Enter a keyword or phrase
- See a filtered or highlighted list of versions containing (or not containing) that keyword
- Quickly identify the exact version where a keyword was added, modified, or removed
Expected Behavior
- User opens Version history for a page (⋯ → Version history)
- A search input field is available within the version history panel
- User types a keyword
- The system highlights or filters versions where the keyword appears in the page content
- User can then view or compare the relevant versions directly
Business Impact
- Efficiency: Eliminates manual browsing through every version, saving significant time
- Compliance & Audit: Supports tracing when specific content was introduced, changed, or removed for regulatory or audit purposes
- Content Governance: Helps teams track changes to key terminology, policies, or rules across document versions