Introduction
This integration enables users to find issues in Linear directly from Clay. By leveraging Linear's GraphQL API, the action performs a search query to locate specific issues within your Linear workspace. This functionality streamlines workflow management by allowing quick access to Linear issues without leaving the Clay environment, enhancing productivity and cross-platform efficiency.
Provider: https://linear-solutions.com
โAPI Documentation: https://developers.linear.app/docs/graphql/working-with-the-graphql-api
Input
Name | Is Optional | Description | Type |
Title | true | The title of the issue you'd like to create in Linear | text |
Description | true | The long text description of the issue. Can use markdown for formatting. | longtext |
Team | true | The team to which the issue belongs | text |
Output
Name | Type |
Id | text |
Identifier | text |
Url | url |
Title | text |
Description | text |