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.
List Projects on Linear (OAuth)
Description:List projects in Linear. [See the documentation](https://studio.apollographql.com/public/Linear-API/variant/current/schema/reference/objects/ProjectConnection?query=projects).
Version:0.0.1
Key:linear-list-projects
import listProjects from "@pipedream/linear_app/actions/list-projects/list-projects.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 {
...listProjects,
...utils.getAppProps(listProjects),
key: "linear-list-projects",
description: "List projects in Linear. [See the documentation](https://studio.apollographql.com/public/Linear-API/variant/current/schema/reference/objects/ProjectConnection?query=projects).",
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. |
| Order By | orderBy | string | Select a value from the drop down menu:{
"label": "Created at",
"value": "createdAt"
}{
"label": "Updated at",
"value": "updatedAt"
} |
| First | first | integer | The number of projects to return
|
| After | after | string | The cursor to return the next page of projects
|
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.