Visualize sprint progress, issue velocity, and team performance with automated project management dashboards.

Overview

Track engineering team performance with real-time Linear metrics visualization. Monitor sprint burndown, cycle time, issue resolution rates, and project progress without manual reporting. Perfect for engineering managers, product leads, and scrum masters needing instant visibility into team velocity.

How it works

Connect Linear workspaces through API authentication. Lumis automatically organizes issues by team, project, and status, then generates relevant dashboards for sprint planning and retrospectives. Track individual contributor productivity, project timelines, and backlog health with AI-suggested visualizations.

Configure - implementation details

Linear webhooks provide real-time issue updates. GraphQL subscriptions enable live dashboard refresh as issues move through workflow states.

// Linear issue tracking
const linear = new LinearClient({apiKey});

async function getSprintMetrics(teamId) {
  const issues = await linear.issues({
    filter: {
      team: {id: {eq: teamId}},
      state: {type: {in: ['started', 'completed']}}
    }
  });
  
  return calculateVelocity(issues.nodes);
}
// Linear issue tracking
const linear = new LinearClient({apiKey});

async function getSprintMetrics(teamId) {
  const issues = await linear.issues({
    filter: {
      team: {id: {eq: teamId}},
      state: {type: {in: ['started', 'completed']}}
    }
  });
  
  return calculateVelocity(issues.nodes);
}
// Linear issue tracking
const linear = new LinearClient({apiKey});

async function getSprintMetrics(teamId) {
  const issues = await linear.issues({
    filter: {
      team: {id: {eq: teamId}},
      state: {type: {in: ['started', 'completed']}}
    }
  });
  
  return calculateVelocity(issues.nodes);
}

Linear

Category

Project Management

Productivity

Date Added

Ready to transform your data workflow?

14 day trial, no credit card required.

Your data, illuminated.

Company

  • About

  • Blog

  • Hiring

  • Contact

© 2025 Lumis, Inc. All rights reserved. Lumis is a registered trademark of Lumis, Inc. All other trademarks, service marks, and company names mentioned herein are the property of their respective owners and are used for identification purposes only. By using this site, you agree to our Terms of Service and Privacy Policy. We are committed to protecting your data with industry-leading security standards.

Your data, illuminated.

Company

  • About

  • Blog

  • Hiring

  • Contact

© 2025 Lumis, Inc. All rights reserved. Lumis is a registered trademark of Lumis, Inc. All other trademarks, service marks, and company names mentioned herein are the property of their respective owners and are used for identification purposes only. By using this site, you agree to our Terms of Service and Privacy Policy. We are committed to protecting your data with industry-leading security standards.

Your data, illuminated.

Company

  • About

  • Blog

  • Hiring

  • Contact

© 2025 Lumis, Inc. All rights reserved. Lumis is a registered trademark of Lumis, Inc. All other trademarks, service marks, and company names mentioned herein are the property of their respective owners and are used for identification purposes only. By using this site, you agree to our Terms of Service and Privacy Policy. We are committed to protecting your data with industry-leading security standards.

Create a free website with Framer, the website builder loved by startups, designers and agencies.