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 Project on Linear (OAuth)
Description:Create a project in Linear. [See the documentation](https://studio.apollographql.com/public/Linear-API/variant/current/schema/reference/inputs/ProjectCreateInput).
Version:0.0.1
Key:linear-create-project
import createProject from "@pipedream/linear_app/actions/create-project/create-project.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 {
...createProject,
...utils.getAppProps(createProject),
key: "linear-create-project",
description: "Create a project in Linear. [See the documentation](https://studio.apollographql.com/public/Linear-API/variant/current/schema/reference/inputs/ProjectCreateInput).",
version: "0.0.1",
};
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. |
| Name | name | string | |
| Description | description | string | The description of the project
|
| Status ID | statusId | 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"
} |
| Member IDs | memberIds | string[] | Select a value from the drop down menu. |
| Start Date | startDate | string | The start date of the project in ISO 8601 format
|
| Target Date | targetDate | string | The target date of the project in ISO 8601 format
|
| Label IDs | labelIds | 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.