# Linear

Overview: Connect to your Linear workspace to access issues, projects, teams, and development workflow management with engineering-focused tools.

#### Detailed Functions:

User & Organization:

* Get Viewer: Your profile and organization access information
* List Users: All team members with roles and permissions

Team & Project Management:

* List Teams: All teams with descriptions and issue counts
* List Projects: Projects with status, progress, leads, and target dates
* Get Project Details: Comprehensive project information and milestones

Issue Management:

* List Issues: Issues with filtering by team, project, or assignee
* Get Issue: Detailed issue information including labels, comments, and history
* Get Issues by Assignee: Individual workload with optional filtering

Workload & Progress Tracking:

* Get Incomplete Issues by Assignee: Current active work by team member
* Get Completed Issues in Time Range: Productivity tracking over specific periods

Use Cases:

* "Show me all high-priority bugs assigned to the frontend team"
* "What issues did I complete this week?"
* "Which projects are behind schedule?"
* "Find all issues related to the mobile app release"
* "What's the current workload distribution across the engineering team?"
* "Show me completed issues for the quarterly review"


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.calk-ai.com/knowledge/integrations/linear.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
