Blocks for creating and managing Linear issues.
Linear Create Issue
Creates a new issue on Linear
This block creates a new issue in Linear using the GraphQL API. Specify the team, title, description, and optionally priority and project. The issue is created immediately and assigned to the specified team's workflow.
Returns the created issue's ID and title for tracking or further operations.
Input
Description
Type
Required
Name of the team to create the issue on
Name of the project to create the issue on
Error message if the operation failed
Title of the created issue
Possible use case
Bug Reporting: Automatically create issues from error monitoring or customer reports.
Feature Requests: Convert feature requests from forms or support tickets into Linear issues.
Task Automation: Create issues based on scheduled events or external triggers.
Linear Get Project Issues
Gets issues from a Linear project filtered by status and assignee
This block retrieves issues from a Linear project with optional filtering by status and assignee. It queries the Linear GraphQL API and returns matching issues with their details.
Optionally include comments in the response for comprehensive issue data.
Input
Description
Type
Required
Name of the project to get issues from
Status/state name to filter issues by (e.g., 'In Progress', 'Done')
Filter by assignee status - True to get assigned issues, False to get unassigned issues
Whether to include comments in the response
Error message if the operation failed
List of issues matching the criteria
Possible use case
Sprint Reports: Generate reports of issues in specific states for sprint reviews.
Workload Analysis: Find unassigned or overdue issues across projects.
Status Dashboards: Build dashboards showing issue distribution by status.
Linear Search Issues
Searches for issues on Linear
This block searches for issues in Linear using a text query. It searches across issue titles, descriptions, and other fields to find matching issues.
Returns a list of issues matching the search term.
Input
Description
Type
Required
Term to search for issues
Error message if the operation failed
Possible use case
Duplicate Detection: Search for existing issues before creating new ones.
Related Issues: Find issues related to a specific topic or feature.
Quick Lookup: Search for issues by keyword for customer support or research.