Integration component for Linear’s GraphQL API providing core operations like creating, retrieving, updating, and deleting issues and comments.

Changelog

5 versions
v1.1.2 Latest
  • Added missing output examples to CreateComment, GetComment, CreateIssue and GetIssue.
v1.1.1
  • Fixed a crash when a Find/List component saved an EMPTY result set to a CSV file — the header row was built from the first record without checking there was one, so a search that legitimately matched nothing failed the flow instead of writing an empty file.
v1.1.0
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Linear API.
v1.0.2
  • Added output examples to component schemas.
v1.0.1
  • Initial version

Authentication

TypeDetails
OAuth 2
Authentication Hub Verified

This connector is globally authenticated and verified by Appmixer and is ready to use without registering your own OAuth application with the provider. Appmixer's Authentication Hub acts as an authentication proxy, so all OAuth-based connectors work out of the box. You can still use your own OAuth credentials (clientId and clientSecret) for enhanced customization or compliance — see the Connector Configuration section of the documentation. The Authentication Hub is enabled for all hosted Appmixer tenants; on self-managed installations it has to be explicitly set.

Scopes:
read write

Actions

12
Create Comment icon

Create Comment

Creates a new comment on an issue.
Create Issue icon

Create Issue

Creates a new issue.
Delete Comment icon

Delete Comment

Deletes an existing comment by its ID.
Delete Issue icon

Delete Issue

Deletes an existing issue by its ID.
Execute Graph Q L Query icon

Execute Graph Q L Query

Performs an arbitrary authorized GraphQL query. Use with caution.
Find Comments icon

Find Comments

Retrieves a list of comments with an optional search query that filters comments by body text content.
Find Issues icon

Find Issues

Retrieves a list of issues with an optional search query that filters issues by title or description text.
Get Comment icon

Get Comment

Retrieves details of a specific comment by its ID.
Get Issue icon

Get Issue

Retrieves details of a specific issue by its ID.
List Teams icon

List Teams

Retrieves a list of all teams in the workspace.
Make Api Call icon

Make Api Call

Performs an arbitrary authorized API call to the Linear API.
Update Comment icon

Update Comment

Updates an existing comment with new content.