Audit log
Audit Log
Linear Plus plan subscribers have now access to Audit Log which tracks important security related events for your workspace. We track new sessions, changes to workspace settings, integrations and any authentication related changes. You can view recent log events from workspace settings, or query and filter them through Linear's GraphQL API. Logs are retained for 90 days.
Audit Log is available for all Plus plan subscribers.
Fixes & improvements
- Added buttons to create an issue from list group headers when grouping by cycle, project & assignee
- Fixed a bug that prevented pipe characters in issue titles
- Only admins are now allowed to toggle the Milestones feature
- Fixed a bug in Safari where the color picker didn't show any colors
- Fixed a bug where board layout would look weird on user pages
- Updated the positioning of command menus
- Made the template picker easier to find
- [API] Added new endpoint `issueBatchUpdate` that can be used to updated multiple issues with one request
- Fixed some GitHub issue descriptions causing imports of those issues to fail
- Fixed a bug where issues created in active cycles would end up in the backlog
- Added a Linear Preview feature to use board layout and manual ordering with any grouping
- Fixed bug where the "Active issues are required to belong to a cycle" setting would not be respected
- Fixed a bug where the Comment button would not work in Safari
- Fixed showing the correct issue ID in toast after issue is moved between team
- Fixed a double click + right click interpreted as triple click in the editor
- Fixes tab navigation in Favorites sidebar section
- Improved handling of expired GitLab tokens.
- Double clicking desktop titlebar now respects system preferences
- Tab in a todo list now correctly nests the list item
- Fixed bug in desktop app where Cmd+arrow would not work in input fields
- We fixed an issue that was preventing the desktop app from updating. Please grab the latest version from our download page.
- Team visibility settings have been moved from Team Members to General settings section
- Added support for Clojure in code blocks
- Assignees and creators will now be properly transferred over from GitHub when mapped to existing users and using the issue migration assistant
- Old issue URL's now redirect to reflect the latest issue identifier
Slack notification actions
Slack notification actions
We've made it easier to update Linear issues directly from Slack. You can now comment on an issue, assign one to a teammate, or subscribe/unsubscribe from an issue, all directly from Slack.
If you receive a Slack notification about a comment on your issue, you will be able to immediately respond via the "Comment" button on the message. You will also be able to unsubscribe or assign the issue by selecting the actions under the "More actions..." dropdown. Additionally, when an issue link is unfurled, the message will now include these actions, allowing you to respond, subscribe to or assign the issue right from the Slack message.
Fixes and improvements
- When you re-assign an issue, assigned notifications for the previous owner are now deleted
- Improved support for SAML with support for OneLogin
- We now delete all appropriate notifications from the previous assignee
- Issue assigned notifications are no longer deleted when an issue's priority is lowered from urgent
- Autocompleting an inline suggestion in the editor will no longer create two spaces after the suggestion
- Autocompletion in the editor now matches text up until the cursor position, making it possible to e.g., @mention someone without first adding a space after the cursor
- Relationships between issues are now copied when merging issues
- Projects in the project picker menu are now sorted more intelligently
- Added keyboard shortcut hints to sidebar navigation controls for desktop application
- Changed highlight on a linked comment to disappear after the user clicks the page
- Clicking the issue history entries timestamp now copies the link to your clipboard
- API filters now truncate all dates to the closest millisecond
- Fixed an issue that would prevent creating issues from Slack
- Fix inline filter not focusing when opened from the command menu
- Fixed a layout issue in the sidebar for long workspace names
- Fix to allowing cancel in confirm step before moving issues between teams
- Fix to issues where Linear's layout shifted unexpectedly
- Fixed bug where closing emoji autocomplete would try to discard the issue
- Fixed when attempting to clear search input could result in a previous search term reappearing
- Fixed some instances where text was not properly escaped for Slack notifications
- Fixed the issue URL not being posted in a channel after an issue is created from Slack
- Fixed a bug that would cause the Intercom integration not to load for very long conversations
- Fixed a race condition that would allow navigating away from the editor before images had completed uploading
- Fixed a bug where buttons and toggles in the issue create modal would not work correctly with the keyboard
- Related issues where sometimes shown and sometimes filtered from search incorrectly, this is now fixed
Desktop Navigation
Desktop Navigation
Today we're rolling out a new version of our desktop application with improved navigation controls and recent issue history navigation. These changes will bring our desktop application closer to the navigation controls found in the web version. To quickly jump between issues Recent Issue History menu displays the list of issues you accessed recently. You can also access the same list through Open Issue... shortcut O then I.
In addition to visual back and forward buttons, we also added new keyboard shortcuts (CmdArrowLeft CmdArrowRight) in addition to existing ones (Cmd[ Cmd]) to make keyboard navigation easier on some non-US keyboard layouts.
If you already have the Linear desktop application installed, you will get a prompt to upgrade to the latest version (1.4.0). If you don't yet have the desktop app installed download from linear.app/download.
Fixes and improvements
- Inbox notifications for comments now scroll and highlight the corresponding comment in issue view
- Default templates are applied when creating issues from the
+
button in the list and board headers - Previewing a Figma link is now faster and smoother
- Clearer selection state in the editor
- Added controls for setting the default status for new issues
- Issue imports are now correctly marked as "processing" when they are enqueued for processing
- Issue history now correctly uses the avatar of the user assigning the issue to another user
- Fixed editor suggestions hanging on screen after issue creation modal is minimized
- Fixed edge case where the active cycle would briefly disappear from the UI
- Fixed an issue where users were incorrectly deleted from the client, leading to crashes
- Fixed the layout of the invite accept screen
- Fixed error when changing an issue to/from blocked from another relationship
- Fixed formatting of user avatars when undoing actions
- Fixed a bug where "hidden columns" would be empty after deleting a hidden status
- Fixed uploading the same file multiple times would not work in the editor
- Fixed unfurling of custom view links in Slack
- Improved the display of images that could not be loaded in the editor
- The Slack integration will no longer show an error when an issue is being created from a very long message
GraphQL Filters
GraphQL Filters
We added extensive filtering options to our GraphQL API to make it easier to find specific entities without wading through all of an organization's data.
Filtering is available wherever results are paginated. It lets you filter based on entity properties, use and/or logical operators, and filter based on an entity's relations. Here are some examples of the more complicated queries that you can accomplish using the new filtering:
- Find all issues with the label bug or defect with a high priority in the workspace assigned to you
- Find all projects where a particular person is the lead that has open issues and is due in the next month
- Find all labels that contain the word design, have a high priority, and are associated with issues in a particular team's projects.
With our recent changes that let OAuth applications consume webhooks, filtering should make it easier to create real-time API applications that don't need to poll all of the organization's data very frequently.
Read more on filtering in our developer's guide.
Rate Limiting
With the recent changes that help you get the exact data you need from our API (GraphQL filters) and improvements to how you can get real-time updates from us (webhooks), we're starting to roll out rate limiting on our GraphQL API.
We're starting without enforcing the limits, but exposing them to you in our API response headers. If you're using API keys to query us or if you're an OAuth app developer, you should look into whether your current usage would get limited after a certain amount of requests.
In the next few days we'll also begin sending out emails to API key owners and OAuth app developers who are repeatedly getting limited and asking them to adjust their usage.
These changes are necessary to ensure equitable availability of our API for everyone and to prevent potential abuse. If you have any comments or suggestions, please reach out to us on any of the standard channels, such as email, the Slack community (#api channel), or Twitter.
Read more on rate limits in our developer's guide.
Fixes and improvements
- Fixed a bug where clicking a PR in issue lists would open the incorrect PR
- Front and Zendesk are now updated with a more clear message when the linked issue is merged into another and cancelled
- Highlight the issue comment when opening from a link
- Fixed some issues in sync where stale data relationships could cause client errors
- Webhooks now include `organizationId` to differentiate between workspaces when installed using OAuth applications
- Increased maximum project name length to 80 characters
- The app now works correctly in Firefox with `resistFingerprinting` enabled
- Added a warning to issue compose in situations where there are unsaved changes and user reloads the page
Small fixes & improvements
Small fixes & improvements
We love launching new features, but this week we have focused on smaller bug fixes and quality-of-life improvements to the product. Here are some highlights:
Ordering by link count
When keeping track of user requests you often get a lot of links in related issues. To help with prioritizing requests we have added the option to sort lists by the number of links in each ticket. To enable this, go to the view options menu in the top right corner and select "Link count" under "Ordering". You can also display information about links in issues in the list view by enabling the "Links" display property.
Improvements to multi-team views
For views with issues from multiple teams, we have improved the performance in cases where only a few teams are filtered out. This should bring noticeable speed improvements to such views in larger workspaces. We also made it possible to hide all columns in multi-team board views.
Other fixes and improvements
- Fixed a bug that would cause duplicate relations between issues to be created
- Fixed hover styling on section headers in the sidebar
- Fixed issue where you could get board views grouped by the wrong property
- Fixed a bug which caused some projects to not be archived
- Generated branch names will no longer include emoji characters
- Issues imported from Asana will now have subtasks added as a checklist on the parent issue
- Fixed issue history entries so they don't line-break in the middle of words
- Links created via the API will no longer all be grouped together when filtering by link source
- We now disconnect unusable Sentry integrations that had their tokens expired due to a previous bug
- Old team identifiers can now be deleted in the team general settings
- We now correctly escape Jira project keys in the Migration Assistant
- We fixed some bugs and edge cases with image uploads
- GitHub/GitLab integration doesn't share issue details from private teams in linkbacks anymore
- Improved the positioning of the floating toolbar in issue and comment editor
- Improved performance of accepting triage issues
Easier invites & Webhook improvements
Easier invites
Inviting people into your workspace is a key component of access management and we've improved the flow that makes it easier to accept invites and mitigates some previous edge cases.
Accepting an invite email will now work even if you're already signed into Linear and have an existing account, and works even if you're not signed into the correct account that the invite is for. This makes the entire process clearer.
We've also added the ability to easily resend invites. You can find this feature in the Members section where the outstanding invitations are displayed at the end of the list.
Webhook improvements
We've recently made a few improvements to webhooks. You can now find webhooks in organization API settings, allowing you to create webhooks for all public teams in your organization. Existing webhooks will continue to work in the same way, and you can still create webhooks for individual teams.
OAuth applications now also have the ability to create webhooks. This is useful if you want notifications about relevant events pushed to your app rather than having to poll for updates. Whenever a new organization authorizes your application, a webhook will be created, sending the events of your choice to your provided URL. We recommend switching to webhooks rather than frequently polling, especially if you are polling a large data set. Check out the webhook documentation for more information.
Fixes and improvements
- Improved support of Jira on-premise installations in migration assistant.
- We fixed an issue that could cause the desktop app to consistently use more CPU after a fresh login
- Selected labels are now grouped together in menus
- We now properly notify admins and revoke Figma and Sentry integrations if we can't access the services anymore
- Projects with zero effort now correctly show progress
- When moving issues between teams, your teams are now listed at the top
- Improved user experience and speed of moving issues between teams
- Fixed issue suggestion widget on the editor that might not show the exact match for an issue identifier
- Fixed url redirection to the wrong issue after moving it to another team
- Notification reminder emails for a single notification now have more descriptive subject lines
Multi-team boards & manual ordering
Multi-team boards & manual ordering
It's now possible to use board layout for all* views in Linear. This includes the "All" tab under multi-team views as well as all custom views. Previously, only views containing issues from a single team could be manually ordered and viewed in board layout. Since teams can have their own states and each state is its own column on a board, some issues on multi-team boards will be moved to another team when they’re dragged to certain columns. When moving an issue to a state that only exists on another team, you will need to confirm that you meant to move the issue to that team. In addition to board layout, manual ordering in list layout is also available for multi-team views. To enable board view or manual ordering, go to view preferences in the top right corner of the view.
* My Issues, Archived issues, and completed cycles can not be viewed using board layout
Fixes and improvements
- Fixed caret jumping in the editor in Firefox when navigating with arrow keys
- Fixed issue where dragging inside of the search input on the desktop app moved the window
- Fixed an issue that caused comment and issue content to disappear when the theme was changed
- Reopening a closed pull request is now also displayed in Linear
- Fixed an issue where special characters would not be filtered from generated branch names
- Fixed some places on the desktop app where the window was not draggable, but it should have been
- You can now filter by issue attachment source, e.g. Intercom, Slack, Zendesk, etc.
- Fixed a bug causing issue migrations to sometimes fail when importing users
- We now respect pointer settings on the search page
- Fixed a bug where issue history would be displayed in the wrong order
- The user mapping section in the migration assistant correctly recognizes existing users and allows you to map/search all workspace members
- The billing page now correctly updates after updating your payment method
- Fixed a bug preventing some URLs from being used for issue attachment links
- Fixed an issue where you couldn't delete templates that were the default for team or non-team members
- Relations are now created to issues when they are mentioned in issue descriptions
- Fixed a bug where in certain situations a canceled issue might be moved to the next cycle
GitHub Secret Scanning
GitHub Secret Scanning
We're excited to share that Linear has joined GitHub's Secret Scanning program to provide an extra layer of security for all Linear API developers. Secret Scanning protects you by automatically detecting leaked API keys in public GitHub repositories and notifying participating services so that they can disable the keys and notify the developer. Many industry leading companies such as Slack and Stripe already implement secret scanning for their API keys.
We recently changed the format of our API keys and OAuth access tokens to include Linear specific prefixes, lin_api_
and lin_oauth_
, to enable GitHub to detect them similarly to their own tokens. These new keys will be automatically detected and disabled if ever committed to a branch in a public GitHub repository.
Auto-archive for everyone
About a year ago we introduced auto-archiving for issues, which helps you make sure your workspace stays relevant and performant. Earlier this year we expanded the feature to automatically archive old cycles and projects. We also recently improved search to make it easier to find archived issues.
Today we are enabling auto-archive for all teams. Each team can set the period after which issues (together with cycles and projects) should be automatically archived. By default, auto-archive is set to six months, but you can choose a shorter or longer period if that makes sense for your team. Together with our auto-close feature, we think auto-archive will help you keep a manageable and relevant backlog for your organization.
Fixes and improvements
- API: Added a new way of formatting dates within attachment subtitles. Please see the docs for more details.
- API: the
progress
field is now available for cycles and projects - Added aria labels to most icon buttons
- Fixed an issue where triage issues would show up in some views where they shouldn't be
- Added skip-nav to make it easier for screen readers to navigate the page
- Fixed an edge case where the issue view would not have any navigation controls
- Fixed listing of private views, which would sometimes appear twice in the list
- Improved styling of code blocks on light themes
- Added support for more languages in code blocks
- Made it easier to search for emojis in comments and issue descriptions
:thumbsup:
- Made it easier to remove planned projects from timeline
- Added an issue filter for unblocked issues
- Made labels take up more space on large screens
- Made filter issue actions easier to find inside the command menu
- Fixed so issues are correctly selected in lists after undo operations
- Fixed so that priority sorting preferences are respected in multi-team views
- Fixed missing issue history entries for archived and deleted issues
- Added semantic elements to different regions in the app
- Fixed navigation history after moving issues to another team
- The full timeline bar will now link to its project when clicked
- Fixing GitHub and GitLab integration automations not working properly when an issue was moved between teams
- You can now delete an import before it has been completed
- When issues are created from a Slack message via the integration, the Linear Slack bot will now respond in thread rather than in channel
- Issue history timestamps are now correct for archived issues
- Fixed moving issues to another team from the triage accept dialog
- Added "Rename…" to the contextual menu for issues
- References are now created when issues are mentioned in comments
- @-mentions suggestion results in issues or comments will now be alphabetically sorted for some very similar usernames
- When creating a new project, the "View project" link will open the correct page
- Fixed a bug preventing recently deleted issues in archived workflow states from being restored
- You can now select all issues on a board with Cmd A
- Templates are now ordered alphabetically
- Fixed how templates are applied switching between them while creating a new issue
- Fixed a bug causing new issue creation from Slack to sometimes show an error message when the issue was successfully created
- When navigating to a project via the O P shortcut or the header of a project page, you will no longer see duplicates of projects in multiple teams
- Projects are sorted by name in the "Add to project" command
- Added action buttons for Snooze, Delete and Unsubscribe when hovering items in the Inbox
- Added buttons for triage actions when hovering over triage issue list items
- Fixed creating an attachment from a URL failing to link for some URLs with private content, such as GitHub commits
- Triage is now at the bottom of the list when changing issue status
- Fixed copying issue ID, url and branch in issue edit mode
- Google Sheets integration now includes the issue's milestone as a separate column in the spreadsheet
- Forms to create attachments on issues will now be automatically focused even if opened from context menus
- When creating a new private team, but copying settings from a public team, your new team will correctly be set to private
- Added a link that makes it easier to unsubscribe from all notification reminder emails at once
Summer time
Summer
The team has been enjoying the summer by taking some well-deserved time off, and our skeleton crew has mainly been focusing on performance improvements, bug fixes, and other small improvements over the past weeks.
Fixes and improvements
- Improved startup performance for large workspaces
- Allowing attachments created from URLs to be added if we can't download an icon for them
- Issue badges are now wider on large screens
- Inviting multiple people to a workspace is now easier as the field accepts multiple email addresses at a time
- Canceling an issue edit will only show a confirm prompt if there were changes
- Allow Shift+ mouse wheel to scroll horizontally on the timeline
- Added two settings to the Intercom integration to control when an internal note should be posted to an Intercom conversation based on the action that occurred to a linked issue
- Filtering is now available in the Triage view
- Triage issues are now shown in board view
- You can now specify a title for attachments added from a generic URL
- Improved error messaging for the Intercom integration if your organization only has private teams
- Notifications can now be snoozed until any date or time by typing the date and/or time into the command menu once the snooze action has been selected
- When deleting or snoozing a notification on the notification view using the shortcuts for the actions (D and H, respectively), you will now automatically move to the next notification in your inbox
- The macOS desktop client will now properly display navigation controls in the issue list in smaller window widths
- Suspended users can now be removed from projects
- Closed GitHub issues are being correctly fetched to be imported with the migration assistant
- Board issue widgets now show sub-issue counts
- The tooltip for the "Triage" section in the sidebar now shows the correct navigation shortcut
- Notifications can now be snoozed until any date or time by typing the date and/or time into the command menu once the snooze action has been selected
- Issue history will now have an entry for issues that were imported. In addition, the original creator of the imported issue will also now be properly displayed.
- Usage limit notifications will no longer be shown for files uploaded in the "Contact support" modal
- Avatars from Clubhouse will now be properly displayed and imported during an issue migration
- The sidebar section for teams you are not a member of has been renamed "Other teams" rather than "All teams"
- API: Dates within attachment subtitles can now be formatted if the date is provided as a variable. Please see the docs for more details.
- Attachments can now be dragged ontop of the fast issue create modal even when one of the property drop-downs is active
- Improved history management
- The issue editor will no longer think an issue has been updated when it has not been updated and the user is navigating away from the editor
- Fixed a problem where under certain circumstances, child issues would not immediately be visible on an issue
- Fixed an issue that caused the local cache to be deleted unnecessarily
- Fixed a bug causing some shortcuts to not work in the new notification view
- Fixed URL encoding for searches including characters
- Fixed an issue where multiple triage states might have been created for certain organizations
- Fixed Figma preview showing below the "New issue" modal
- Fixed issue description not updating in the issue view when another user updates it
- Fixed a bug causing errors when accepting a triage issue
- Fixed internal GraphQL error when querying empty connections
- Fixed a bug preventing issues from being reopened when linked pull requests were reverted
- Fixed a bug preventing Intercom integrations from being deleted
Linear Release 2021.06 and Issue Triage
Linear Release 2021.06 - "Grow with Linear"
This release brings new features to help fast-growing teams manage added complexity without losing efficiency.
"Fast growing startups are built on Linear" - Medium ->
Issue Triage
We build in public at Linear and put care into talking to users and getting feedback. We talk to hundreds of customers each week through our Slack community, Twitter followers, and to users who send in bug reports, requests, and questions through our in-app help modal which routes to our Front Inbox which we use for customer support.
We like to link to customer conversations in Linear issues so that we can keep track of requests and get back to customers when issues resolve. As we grew, we found it harder to do that. We weren’t alone as we learned a lot of our customers faced this same problem: they had Linear issues filled with links to customer conversations. Some also had started building separate Triage “teams” where they would file all new issues, then clean up, prioritize, and move them to the appropriate team.
So we built this user experience into Linear: Triage. All new issues from integrations, or members outside of your team, now go to a special team inbox called Triage. These issues have linked attachments back to the customer support tools where they were created.
The product team can choose how they triage issues but we’ve built in a simple workflow you can follow, too. Use keyboard shortcuts or the menu to accept an issue to the backlog, escalate it to the current cycle, merge, decline, or even snooze the issue for later. Declining an issue prompts you to leave a comment explaining why and you can keep an issue in the Triage inbox while you wait for more information.
To enable Triage, visit Triage section under your team's settings.
Fixes and Improvements
- Fixed selecting labels with space in command menus
- Fixed a bug that would take the user to a different issue when making changes to it, in some cases.
- Email login links should now work even with aggressive email scanners that would before invalidate the authentication code.
- We now correctly detect and migrate epics in more situations when using the migration assistant.
- Improve wording for the control to share views.
- Fixed tooltip on the sidebar search button.
- Checkboxes for selectable actions will now correctly reflect their selected state
- All personal GitHub repos will now be fetched when using the Migration Assistant for GitHub
- Fixed a bug with issue attachment actions sometimes not working