This app runs inside the BotSurf browser. Don't have it yet? Get the app or extension now!

FigJam Bulk Comment Resolver

Productivity · All
0 installs · Verified BotGentz app
Launch App
Opens in BotSurf — try it free, no account needed.
CategoryProductivity
PlatformAll
Pricing Free
Installs0
Download BotSurf to use — free
No account needed for free apps. Once BotSurf is open, find this app in Apps from the + menu.

About this app

WHAT IT DOES

FigJam Bulk Comment Resolver lets you resolve multiple comments at once. Instead of opening each comment thread individually, clicking the resolve button, and confirming — repeating this for every single comment — this tool provides a unified checklist of all comments on the current board. You can filter comments by author or status (Unresolved/Resolved/All) to quickly find the ones that need attention. Select any number of comments using checkboxes and click "Resolve Selected." The tool then automatically processes each selected comment — clicking the resolve button or accessing the resolve option through the context menu. This turns what could be dozens of manual operations into a single batch action, making board cleanup and workflow management significantly more efficient.

WHERE IT RUNS

This script runs exclusively on the FigJam web application in your browser. It activates on board views where comments are displayed. It requires the BotGentz extension to inject and execute the script. The tool does not work on Figma's design editor, the mobile app, or any third-party wrappers — only the FigJam board interface accessed through a Chromium-based or Firefox browser. It specifically targets pages under *.figma.com, including FigJam board URLs.

HOW TO USE

After installing the script via BotGentz, open a FigJam board that contains comments. The tool automatically detects the comment list and displays a floating panel on the right side. The panel shows all comments found on the current board, with checkboxes next to each comment entry. Each comment displays its text preview, author name, timestamp, and a "Resolved" status indicator. Use the search box to filter by comment text or author name, or use the status filter dropdown to show only unresolved comments, only resolved comments, or all comments. Check the boxes for every comment you want to resolve. Click "Resolve Selected" — the tool will process each selected comment one by one, clicking the resolve button for each. A confirmation dialog appears before processing to prevent accidental resolution. A status message appears when the operation completes, showing how many comments were successfully resolved.

THE ACTUAL MECHANISM — WHY IT WORKS

FigJam's comment system is built with React and uses a component-based rendering architecture. Comments are rendered as threaded items in a sidebar or overlay, each with its own set of interactive controls. This tool scans the DOM for comment thread elements using multiple selector patterns that FigJam consistently uses across versions. For each comment, it extracts the text content, author name, timestamp, and determines the resolved status by checking data attributes, CSS classes, or aria labels. The resolve button is located within each comment thread element. When resolving, the tool locates this button and triggers a React-friendly click event that bubbles through the framework's synthetic event system. If the resolve button is hidden behind a menu, the tool triggers a context menu or dropdown click and selects the resolve option from the resulting menu. This approach works without making direct API calls, which would require authentication tokens and knowledge of FigJam's internal API structure. By using the existing UI, the tool works within FigJam's own permission and validation system, and continues to function even if the underlying API changes.

THE PANEL

The floating panel is fully draggable — click and drag the header to reposition it anywhere on the page. The panel's position is saved per site in localStorage, so it reappears exactly where you left it when you return to the board. Double-click the header to snap the panel to the nearest edge (left or right). A collapse button minimizes the panel to a small tab showing a checkmark emoji badge, keeping it out of the way while still accessible. The comment list inside the panel is scrollable and resizes vertically based on the number of comments. Pressing Escape while the panel is focused closes it completely; reopening is done via a small button injected near the board's comment toggle. All panel interactions are non-blocking — FigJam's main UI remains fully responsive while the panel is open, and the panel updates automatically when you navigate between boards.

PLEASE NOTE

This script requires the BotGentz extension (free) to run user scripts on FigJam. FigJam frequently updates its web interface and comment structures; if the tool stops working, check for an updated version within BotGentz's script repository. This tool does not store, transmit, or log any comment data, author information, or board content — all operations occur locally in your browser with no external network requests except those made by FigJam itself. Comment resolution is applied through FigJam's own UI event system, so all changes respect your board permission settings. The tool does not bypass FigJam's permission system; it simply automates the clicks you would otherwise perform manually. For boards with a large number of comments, the tool may take several minutes to complete the operation, as each comment is processed sequentially with delays to avoid overwhelming the UI. A progress indicator shows which comment is currently being processed. The tool only detects comments currently loaded in the DOM; scroll or expand the comment panel to load more comments before refreshing the list. Always double-check your selections before resolving, as resolved comments are hidden from the default view and may require manual unre solving. The "Unresolve Selected" button is available for correcting mistakes, but it is best to be careful before applying bulk actions.

Similar Apps

Log in to BotGentz

Suggest an App

Tell us what you'd find useful — if we build it, we'll email you the moment it's ready.