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

Changelog

3 versions
v1.1.0 Latest
  • 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.
Delete Comment icon

Delete Comment

Deletes an existing comment by its ID.
Create Issue icon

Create Issue

Creates a new issue.
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 Issues icon

Find Issues

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

Find Comments

Retrieves a list of comments with an optional search query that filters comments by body text content.
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.
Make Api Call icon

Make Api Call

Performs an arbitrary authorized API call to the Linear API.
List Teams icon

List Teams

Retrieves a list of all teams in the workspace.
Update Comment icon

Update Comment

Updates an existing comment with new content.