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.
Create Issue on Linear (OAuth)
Description:Creates a new issue in Linear. Requires team ID and title. Optional: description, assignee, project, state. Returns response object with success status and issue details. Uses OAuth authentication. See Linear docs for additional info [here](https://linear.app/developers/graphql#creating-and-editing-issues).
Version:0.4.13
Key:linear-create-issue
import createIssue from "@pipedream/linear_app/actions/create-issue/create-issue.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 {
...createIssue,
...utils.getAppProps(createIssue),
key: "linear-create-issue",
description: "Creates a new issue in Linear. Requires team ID and title. Optional: description, assignee, project, state. Returns response object with success status and issue details. Uses OAuth authentication. See Linear docs for additional info [here](https://linear.app/developers/graphql#creating-and-editing-issues).",
version: "0.4.13",
};
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 | teamId | string | Select a value from the drop down menu. |
| Project | projectId | string | Select a value from the drop down menu. |
| Title | title | string | |
| Description | description | string | The issue description in markdown format
|
| Assignee | assigneeId | string | Select a value from the drop down menu. |
| State (Status) | stateId | string | Select a value from the drop down menu. |
| Issue Labels | labelIds | string[] | Select a value from the drop down menu. |
| Priority | priority | integer | Select a value from the drop down menu:{
"value": 0,
"label": "No priority"
}{
"value": 1,
"label": "Urgent"
}{
"value": 2,
"label": "High"
}{
"value": 3,
"label": "Normal"
}{
"value": 4,
"label": "Low"
} |
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.