Changelog

What we shipped.

  1. July 2026

    New

    Visual workflows

    Build a workflow on a canvas: drop in agent and person stages, connect them into a sequence, fan out to run several agents in parallel, and branch on a condition like priority or label. Assign a ticket to the workflow and it moves stage to stage on its own, handing each stage to the right agent or person and advancing when they finish. The ticket shows its current stage, and you can watch the whole run light up live.

  2. July 2026

    New

    Chat with your AI agents

    AI agents are now part of team chat. Send an AI agent a direct message or @mention it in a channel, and it answers back and posts its progress as it works, with its provider shown next to its name. Unread counts cover agent conversations too, so a reply never gets lost.

  3. July 2026

    New

    Story points

    Estimate issues in points instead of time. Switch a project to points in settings, pick a value from a Fibonacci quick-select on any issue, and your velocity and burndown report in points. Existing projects keep time-based estimates until you change it.

  4. July 2026

    New

    Parallel sprints

    Run more than one active sprint in a project at the same time. The board sprint switcher marks every active sprint, and the summary burndown lets you choose which sprint to view.

  5. July 2026

    New

    Portfolios and goals (OKRs)

    Group related projects into a portfolio and see their combined progress in one place. Set goals with measurable key results that either roll up automatically from your work or update by hand, align each goal to a cycle, and track at a glance what is on target and what is slipping.

  6. July 2026

    New

    AI agents in your workspace

    Invite AI agents in as named members you can assign issues to and @mention like anyone else. Watch what each agent is doing in real time through live sessions, see every agent and its current task on a visual map, and set field-level permissions so an agent can only change the fields you allow. Sessions that finish without any real activity are flagged for review, and agents never count toward your billed seats.

  7. July 2026

    New

    Custom workflow rules and WIP limits

    Decide which status changes are allowed on each board so an issue can only move along the paths your team actually follows. Set a work-in-progress limit on any column to cap how much sits there at once and keep work flowing.

  8. July 2026

    Improvement

    Reorder board columns by dragging

    Drag a column header to rearrange your board. The new order saves instantly and updates for everyone on the project.

  9. July 2026

    Improvement

    Faster pages with Load more everywhere

    Boards, backlogs, search results, reports, and activity lists now load a first page quickly and fetch more only when you ask, instead of loading everything at once. Large lists in the REST API page the same way.

  10. July 2026

    New

    Light, dark, and auto themes

    Switch between a light theme, the original dark theme, or auto, which follows your device. Pick it from your account menu or the site header, and your choice is remembered with no flash when a page loads.

  11. July 2026

    New

    Custom fields

    Add your own fields to issues: text, numbers, dates, dropdowns, checkboxes, URLs, and more. Show them as columns and filter the List view by any of them with controls that match the field type.

  12. July 2026

    Improvement

    Invoices and receipts

    Download invoices and receipts straight from billing. There is now a dedicated Invoices tab with your full payment history.

  13. July 2026

    New

    Team chat

    Talk to your team without leaving Utter. Channels, threaded replies, emoji reactions, and markdown formatting, with unread badges so a mention never slips by. Every workspace starts with a #general channel.

  14. July 2026

    New

    Feedback and public roadmap

    Collect feature requests, let people upvote what matters, and share a public roadmap and changelog so customers can follow what you are building. Includes categories, search, and an official response from your team on any post.

  15. July 2026

    New

    Mind maps for projects

    See a whole project, or your entire workspace, as an interactive map. Zoom from the big picture down to individual issues, group by status, assignee, or type, and export the view as an image.

  16. July 2026

    New

    Releases and versions

    Group finished work into releases and filter any project by release. Utter can draft the release notes for you, and connecting GitHub means a matching tag or release ships them automatically.

  17. July 2026

    New

    AI issue triage

    Turn on triage for a project and new issues arrive with a suggested type, priority, and labels. It is opt-in per project and runs on your workspace AI credits.

  18. July 2026

    New

    Guest access for external collaborators

    Invite clients, contractors, or partners into specific projects only. Guests see just the projects you share with them, with a scoped permission set that keeps the rest of your workspace private.

  19. July 2026

    Improvement

    Multiple assignees

    Assign an issue to more than one person. Pick several assignees when you create or edit an issue, see stacked avatars on the board and lists, and everyone added is notified.

  20. July 2026

    New

    Single sign-on and SCIM provisioning

    Enterprise workspaces can sign in with SAML or OpenID Connect and provision members automatically through SCIM, so access stays in step with your identity provider.

  21. July 2026

    Improvement

    Deeper keyboard shortcuts

    Move around faster with navigation shortcuts and quick inline edits on issues. Open the keyboard shortcuts help to see the full list.

  22. July 2026

    New

    Custom board statuses

    Every project now has its own named, coloured columns on the board. Add, rename, recolour, and reorder statuses from the column header menu or project settings. Each column maps to a status category (to-do, in progress, done, cancelled, failed) so reports and the API stay consistent.

  23. July 2026

    New

    Public intake forms

    Create a form for any project and share it with anyone outside your workspace. Submissions become issues automatically, routed to the right project with the right defaults. Supports 14 field types including file uploads, dropdowns, and multi-select.

  24. June 2026

    Improvement

    MCP server and REST API improvements

    The v1 REST API now returns the inviter name (not the UUID) in invite emails, accepts 1-character project keys in all resolvers, and returns 400 (not 500) on invalid JSON to the project create endpoint. The MCP server now surfaces all board views via the agent skill surface.

  25. June 2026

    Improvement

    Reports: failed status in CFD and burnup

    Cumulative flow diagrams and burnup charts now include the failed status bucket. Previously failed issues were excluded, understating the true scope of work. They are now shown in a distinct colour alongside done and cancelled.

  26. June 2026

    New

    Security and trust strip on pricing

    The pricing page now includes a compact security and trust section covering GDPR-aligned data handling, magic-link sign-in (no password database), no advertising trackers, and file storage on Cloudflare R2.

  27. June 2026

    Fix

    Forms: one submission per email address

    Intake forms with email fields now enforce one submission per email address at the database level via a unique index. Previously, the same email could submit the same form multiple times.