New to Product Intelligence: Auto-apply triage suggestions
New to Product Intelligence: Auto-apply triage suggestions
Let Product Intelligence take the first pass at triage and automatically apply suggestions to issues.
Set up rules to automatically accept suggestions for individual issue properties, or only for specific values. For example, you can configure triage suggestions to always apply the suggested team and assignee but only automatically apply specific labels like bug
.
Properties that have been automatically applied are clearly marked in the suggestions header. Hover over them to review the reasoning or to make changes.

By letting Product Intelligence take the first pass, you can dramatically reduce the time it takes to triage issues. Your team can focus its attention fully on solving problems, rather than being continuously interrupted.
You can configure Triage suggestions at the workspace or team level. It is part of Product Intelligence, which is available in Technology Preview to anyone on the Business and Enterprise plans.
To get started, ask your workspace admin to enable Product Intelligence or learn more in the docs.
OAuth improvements
We're moving OAuth apps to use short-lived access tokens for user-initiated OAuth. These new tokens will be valid for 24 hours and paired with refresh tokens.
Starting October 1st, 2025, all newly created OAuth apps will issue refresh tokens by default. Existing apps will have until April 1st, 2026 to migrate to the new refresh token system.
We also added support for the client_credentials
grant type for apps that use OAuth tokens for direct server-to-server communication and cannot support a user-initiated OAuth flow involving refresh tokens.
View the updated OAuth developer documentation to learn more.
- AgentsWe now create an agent session if an agent is mentioned in an issue description, not just a comment
- AgentsFixed agent panel so it closes on Esc when the input is empty
- AgentsThe elicitation status badge in a comment is now removed when there is new activity
- CustomersFixed domains not displaying correctly on the customer page
- CustomersFixed an issue where we showed stale customer names after merges by ensuring the latest Intercom customer name is shown
- CustomersFixed Intercom updates incorrectly changing merged customers’ names or attributes by always preferring the target customer’s source
- DesktopThe app no longer crashes when quickly selecting values in filter drop-downs
- Desktop AppFixed an issue where opening a deep link in the desktop app would fail to load content when triage or review pages were opened previously
- DocumentThe page layout no longer shifts when comments are first loaded
- EditorFixed a bug where pasting a link over editor content that contained an emoji would remove the emoji
- EditorFixed a flicker when video uploads finished; the thumbnail now stays visible as the player loads
- EditorArrow up at the start of a code block or other text block inside a table cell will now add a paragraph above, if there isn't one already
- FiltersFixed "in one day" relative filters saving as a solidified date
- InboxUnselecting all options in a filter now correctly displays all notifications instead of none
- MilestonesFixed a bug preventing you from editing the milestone name when in the timeline view
- NotificationsWe now delete unread "Slack thread synced" notifications when the associated Slack thread is disconnected from a Linear comment. This prevents stale notifications from persisting after the sync is removed.
- ProjectsFixed multiple labels from the same group being applied when changing project templates, which previously blocked project creation
- ProjectsFixed a bug where a label group was incorrectly applied when creating a project from a view
- ProjectsWe now maintain team and remove template labels when removing project template during project creation
- SentryThe Sentry integration now delegates to agents when choosing an agent as an assignee
- TimelineFixed the Ctrl drag shortcut not working on Linux
- TriageFixed a bug where "related issues" filters would not work correctly on initial load or in the triage view
- UpdatesFixed update comment not being cleared from input when posted if someone else commented in the meantime
- UpdatesFixed a flicker when new comments appeared in update comments
- EditorWe now automatically trim leading and trailing whitespace from pasted inputs in migration form fields
- FiltersAI Filtering for issues and projects now supports all customer filters (e.g., “Prospects with revenue over 100k”)
- Git integrationsAzure Dev and Bitbucket pull request links are now parsed and a PR number is shown in issue list and board views
- IconsWe now allow selecting custom icon color through the color picker
- iOSAdded a "Recently Used" section to the iOS emoji picker, providing quick access to a user's most frequently used emojis
- Jira ImportsJira Components are now imported as labels
- PreferencesNew users will now see full user names by default across all platforms (web, desktop, mobile). Existing user preferences for this setting remain unchanged.
- ProfileImproved layout of the profile settings page to better support long email addresses
- ProjectsAdded a display option to show empty groups and sub-groups when grouping projects by label or label group
- ProjectsAdded a warning before submitting a project when there is an unsaved milestone
- You can now create projects with NP
- Copy git branch name with Cmd/Ctrl Shift . now handles multiple attached pull requests properly
- It's now possible to search text in inbox or triage using Cmd/Ctrl F
- Improved support for passing an API key or OAuth token received from an existing Linear integration
- Added support for querying and setting project state and members
- Removed an agent-delegation backwards-compatibility shim for API and webhooks, where the
Issue.delegate
field was mirrored as theassignee
even if a separate assignee was set - Added a new
semanticSearch
query that can search multiple item types at once - Allowed issue:create tokens to access issueSubscribe and issueUnsubscribe
- Improved the process of creating a developer token for an app user with the option to choose which scopes to grant