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 Status Updated (Instant) on Linear (OAuth)
Description:Triggers instantly when an issue's workflow state changes (e.g., Todo to In Progress). Returns issue with previous and current state info. Can filter by specific target state. Uses OAuth authentication. See Linear docs for additional info [here](https://linear.app/developers/webhooks).
Version:0.1.16
Key:linear-new-issue-status-updated
import newIssueStatusUpdated from "@pipedream/linear_app/sources/new-issue-status-updated/new-issue-status-updated.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 {
...newIssueStatusUpdated,
...utils.getAppProps(newIssueStatusUpdated),
key: "linear-new-issue-status-updated",
description: "Triggers instantly when an issue's workflow state changes (e.g., Todo to In Progress). Returns issue with previous and current state info. Can filter by specific target state. Uses OAuth authentication. See Linear docs for additional info [here](https://linear.app/developers/webhooks).",
version: "0.1.16",
};
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. |
| N/A | db | $.service.db | This component uses $.service.db to maintain state between executions. |
| Team ID | teamId | string | Select a value from the drop down menu. |
| Project | projectId | string | Select a value from the drop down menu. |
| State (Status) | stateId | string | Select a value from the drop down menu. |
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.