List issues
The List Issues tool integrates seamlessly with your Linear workspace to efficiently retrieve and display issues based on various customizable filters and parameters. Designed for product teams and project managers, it streamlines issue tracking by providing quick access to relevant data.
Features
- Supports filtering issues by team, state, cycle, label, assignee, project, and more for precise search results.
- Allows pagination control with 'limit', 'before', and 'after' parameters to manage large issue sets.
- Offers ordering options based on creation or last update date to prioritize recent or relevant issues.
- Enables keyword queries to search within issue titles and descriptions for targeted issue fetching.
- Includes the ability to filter archived issues with an option to include or exclude them from results.
Benefits
- Enhances productivity by quickly narrowing down issues relevant to specific teams or projects.
- Improves issue management with customizable sorting and filtering options.
- Provides up-to-date information by fetching issues based on creation or update timestamps.
- Reduces manual search effort through advanced query capabilities within issue titles and descriptions.
- Supports better decision-making by delivering comprehensive and organized issue data for review.
Description
List issues in the user's Linear workspace
Parameters
16 parameters
| Name | Type | Description |
|---|---|---|
| limit | number | The number of results to return (Max is 250) |
| before | string | An ID to end at |
| after | string | An ID to start from |
| orderBy | enum | The order in which to return results |
| query | string | Search for content in the issue title or description |
| team | string | The team name or ID to filter by |
| state | string | The state name or ID to filter by |
| cycle | string | The cycle name or ID to filter by |
| label | string | A label name or ID to filter by |
| assignee | string | The assignee name or ID to filter by |
| delegate | string | An agent name or ID to filter by |
| project | string | The project name or ID to filter by |
| parentId | string | The parent issue ID to filter by |
| createdAt | string | Return only issues created on or after this ISO-8601 date-time or duration. e.g. -P1D to get issues created in the last day |
| updatedAt | string | Return only issues updated on or after this ISO-8601 date-time or duration. e.g. -P1D to get issues updated in the last day |
| includeArchived | boolean | Whether to include archived issues |