Pull your team’s issues from Linear into Google Sheets every morning. Leaders get a simple sheet they can sort and filter for standups, sprint planning, and status reports. No more manual exports.
A daily schedule starts the run, then a GraphQL request gets issues for a chosen team. The flow checks for more pages and loops with the end cursor until all issues are loaded. Items are split into single rows, labels are turned into a clean comma list, and a default estimate of 1 fills any missing values. A small code step flattens nested fields so columns are simple. Finally, the Google Sheets node writes the data with automatic mapping, so you only need the id column in the sheet.
Set up needs a Linear API key and Google Sheets OAuth. Update the team name in both GraphQL nodes, pick your spreadsheet and tab, and confirm the schedule time. Expect faster reporting, fewer errors, and a ready-to-use sheet for backlog review and ops reporting. Ideal for product managers, engineering leads, and operations teams that want a daily, reliable source of truth.