Linear
Read and create issues in Linear
Linear is a leading project management and issue tracking platform that helps teams plan, track, and manage their work effectively. As a modern project management tool, Linear has become increasingly popular among software development teams and project management professionals for its streamlined interface and powerful features.
Linear provides a comprehensive set of tools for managing complex projects through its flexible and customizable workflow system. With its robust API and integration capabilities, Linear enables teams to streamline their development processes and maintain clear visibility of project progress.
Key features of Linear include:
- Agile Project Management: Support for Scrum and Kanban methodologies with customizable boards and workflows
- Issue Tracking: Sophisticated tracking system for bugs, stories, epics, and tasks with detailed reporting
- Workflow Automation: Powerful automation rules to streamline repetitive tasks and processes
- Advanced Search: Complex filtering and reporting capabilities for efficient issue management
In Sim Studio, the Linear integration allows your agents to seamlessly interact with your project management workflow. This creates opportunities for automated issue creation, updates, and tracking as part of your AI workflows. The integration enables agents to read existing issues and create new ones programmatically, facilitating automated project management tasks and ensuring that important information is properly tracked and documented. By connecting Sim Studio with Linear, you can build intelligent agents that maintain project visibility while automating routine project management tasks, enhancing team productivity and ensuring consistent project tracking.
Usage Instructions
Integrate with Linear to fetch, filter, and create issues directly from your workflow.
Tools
linear_read_issues
Fetch and filter issues from Linear
Input
Parameter | Type | Required | Description |
---|---|---|---|
teamId | string | Yes | Linear team ID |
projectId | string | Yes | Linear project ID |
Output
Parameter | Type |
---|---|
issues | string |
linear_create_issue
Create a new issue in Linear
Input
Parameter | Type | Required | Description |
---|---|---|---|
teamId | string | Yes | Linear team ID |
projectId | string | Yes | Linear project ID |
title | string | Yes | Issue title |
description | string | No | Issue description |
Output
Parameter | Type |
---|---|
issue | string |
title | string |
description | string |
state | string |
teamId | string |
projectId | string |
Block Configuration
Input
Parameter | Type | Required | Description |
---|---|---|---|
operation | string | Yes | Operation |
Outputs
Output | Type | Description |
---|---|---|
response | object | Output from response |
↳ issues | json | issues of the response |
↳ issue | json | issue of the response |
Notes
- Category:
tools
- Type:
linear