Dec 2025
Job Tags
Tags can now be applied to jobs, giving you more flexibility in organizing and filtering your review work.Add tags to jobs from tables, bulk tag multiple jobs at once, and filter job lists by tags—all with the same tags you use for queues, policies, and actions.

- Tag individual jobs: Add tags from the review surface or jobs tables
- Bulk tagging: Tag multiple selected jobs with a single action
- Filter by tags: Filter jobs tables by tags for quick navigation
- Queue manager access: Queue managers can add tags to jobs directly from job tables
- API support: Add tags when creating reports, update tags on existing jobs, and retrieve job tags via the List Jobs API
- Learn more about Tags
Review and QA Enhancements
- Show latest entity version: QA queues can be configured to show the current entity state instead of the historical version at the time of review.
- Keyboard navigation: Use Cmd/Ctrl + Enter to submit review decisions quickly. Hotkey badges now appear on review buttons.
- Job details toggle: Queue administrators can now configure whether to display job metadata and details in the review surface, including tags. See queue settings
- Reports tab: Reports now have their own tab in Review and Investigate view for improved visibility
Bulk Import Users
Bulk import users into Cinder with a streamlined import flow.- CSV import: Import users via CSV with configurable column mappings
- Password support: Import users with pre-set passwords
- Learn more about user management
My Assigned Jobs
A new “My Assigned Jobs” table on your profile page shows all jobs currently assigned to you.- Cross-queue visibility: View all jobs assigned to you across all queues
- Filtering: Filter by status, queue, and other criteria
- Profile access: Access directly from your profile page
- Learn more about reviewing jobs
Filtering and Search Improvements
We’ve added filtering capabilities to more tables across Cinder.- Actions table: Search and filter enforcement actions by name
- Assigned Jobs table: Filter your assigned jobs by status, queue, and more
- My Decisions table: Filter your decision history
Workflows
Raise Error Node
Intentionally terminate workflows with custom error messages using the new Raise Error node.Create guardrails for complex workflows by defining clear failure conditions with actionable error messages.

- Terminal node: Add Raise Error as a terminal node on any workflow branch
- Dynamic messages: Customize error messages with dynamic entity attributes using the rich text editor
- API responses: Errors return as 422 responses in sync API calls or in webhook payloads for async workflows
- Read the full guide
Other Workflow Improvements
- IS_SET and IS_NOT_SET operators: New condition operators to check whether a field has a value. Use these to branch logic based on whether optional fields contain data.
- Send to Queue priority: Set job priority (urgent, high, normal, low) when sending entities to queues, with support for fan-out to related entities. Job priority
- Condition aggregations: Use aggregation functions in workflow conditions to evaluate collections of tags, policies, and other fields.
- VirusTotal integration: New VirusTotal node for IP address classification in your workflows for specific use cases. Contact Cinder if you’re interested in integrating.
- Learn more about workflows
Legacy Workflows
Previous Decision Conditions: Build more sophisticated override and appeal workflows by conditioning on the original decision.- Previous decision applied policies: Route overrides based on the policies applied in the original decision
- Previous decision author user groups: Check if the original decision was made by a specific team or group
Other Fixes and Improvements
- NCMEC reports can now be escalated to high priority based on form field values, allowing you to configure your workflow to automatically escalate reports based on agent form submissions. NCMEC reporting
- TIFF images are now supported in review and AI detection
- PDF files now render directly in review when given the correct mime type
- Enforcement actions dropdown is now searchable and sorted alphabetically
- Enforcement action badges now show tooltips with action descriptions
- Policy search results now order by relevance instead of inherent ordering
- Policies can now be linked to enforcement actions directly from the edit modal
- Queue job counts in the queues list are now clickable to navigate directly to jobs
- Fixed column menu ordering issues in table views
- Fixed an issue where QA results table didn’t show the original decision’s queue
- Fixed an issue where rich text highlight colors didn’t display correctly in dark mode
- Added warning when navigating away from unsaved queue settings changes
- Row selection now works with a single click in supported tables
- Fixed various browser history issues when navigating between pages
- Multi-review queues can now be added to QA creation modal
- Improved validation error messages for workflow entity attributes
- Webhooks now include
X-Retry-Countand idempotency key headers for better debugging and deduplication. Webhooks