Airbyte Linear AI Connector
Linear is a modern issue tracking and project management tool built for software development teams. This connector provides access to issues, projects, and teams for sprint planning, backlog management, and development workflow analysis.
Example Questions
- Show me the open issues assigned to my team this week
- List out all projects I'm currently involved in
- Analyze the workload distribution across my development team
- What are the top priority issues in our current sprint?
- Identify the most active projects in our organization right now
- Summarize the recent issues for [teamMember] in the last two weeks
- Compare the issue complexity across different teams
- Which projects have the most unresolved issues?
- Give me an overview of my team's current project backlog
Unsupported Questions
- Create a new issue for the backend team
- Update the priority of this specific issue
- Assign a team member to this project
- Delete an outdated project from our workspace
- Schedule a sprint planning meeting
- Move an issue to a different project
Installation
uv pip install airbyte-agent-linear
Usage
from airbyte_agent_linear import LinearConnector, LinearAuthConfig
connector = LinearConnector(
auth_config=LinearAuthConfig(
api_key="..."
)
)
result = connector.issues.list()
Documentation
| Entity | Actions |
|---|---|
| Issues | List, Get |
| Projects | List, Get |
| Teams | List, Get |
For detailed documentation on available actions and parameters, see REFERENCE.md.
For the service's official API docs, see Linear API Reference.
Version Information
Package Version: 0.19.17
Connector Version: 0.1.1
Generated with connector-sdk: c4c39c2797ecd929407c9417c728d425f77b37ed