This is a pre-built, source-available component from Pipedream's GitHub repo. The component is developed by Pipedream and the community, and verified and maintained by Pipedream.
To contribute an update to an existing component or create a new component, create a PR on GitHub. If you're new to Pipedream component development, you can start with quickstarts for trigger span and action development, and then review the component API reference.
Issue Updated (Instant) on Linear (OAuth)
Description:Triggers instantly when any issue is updated in Linear. Provides complete issue details with changes. Supports filtering by team and project. Includes all updates except status changes. Uses OAuth authentication. See Linear docs for additional info [here](https://linear.app/developers/webhooks).
Version:0.3.15
Key:linear-issue-updated-instant
import issueUpdatedInstant from "@pipedream/linear_app/sources/issue-updated-instant/issue-updated-instant.mjs";
import utils from "../../common/utils.mjs";
/* eslint-disable pipedream/required-properties-type */
/* eslint-disable pipedream/required-properties-name */
/* eslint-disable pipedream/required-properties-version */
export default {
...issueUpdatedInstant,
...utils.getAppProps(issueUpdatedInstant),
key: "linear-issue-updated-instant",
description: "Triggers instantly when any issue is updated in Linear. Provides complete issue details with changes. Supports filtering by team and project. Includes all updates except status changes. Uses OAuth authentication. See Linear docs for additional info [here](https://linear.app/developers/webhooks).",
version: "0.3.15",
};
This component may be configured based on the props defined in the component code. Pipedream automatically prompts for input values in the UI and CLI.
| Label | Prop | Type | Description |
|---|
| Linear (OAuth) | linearApp | app | This component uses the Linear (OAuth) app. |
| Team IDs | teamIds | string[] | Select a value from the drop down menu. |
| Project | projectId | string | Select a value from the drop down menu. |
| Limit | limit | integer | Maximum number of items to return when polling. Defaults to 20 if not specified.
|
| N/A | db | $.service.db | This component uses $.service.db to maintain state between executions. |
Linear (OAuth) uses OAuth authentication. When you connect your Linear (OAuth) account, Pipedream will open a popup window where you can sign into Linear (OAuth) and grant Pipedream permission to connect to your account. Pipedream securely stores and automatically refreshes the OAuth tokens so you can easily authenticate any Linear (OAuth) API.
Pipedream requests the following authorization scopes when you connect your account:
adminreadwriteissues:createcomments:create
Linear helps streamline software projects, sprints, tasks, and bug tracking. It's built for high-performance teams.