Modules@robinpath/linear
@robinpath/linear
0.1.1PublicLinear module for RobinPath.
@robinpath/linear
Linear module for RobinPath.
Why use this module?
The linear module lets you:
- listIssues
- getIssue
- createIssue
- updateIssue
- deleteIssue
All functions are callable directly from RobinPath scripts with a simple, consistent API.
Installation
npm install @robinpath/linear
Quick Start
1. Set up credentials
linear.setCredentials "your-credentials"
2. listIssues
linear.listIssues
Available Functions
| Function | Description |
|---|---|
linear.setCredentials | Configure linear credentials. |
linear.listIssues | listIssues |
linear.getIssue | getIssue |
linear.createIssue | createIssue |
linear.updateIssue | updateIssue |
linear.deleteIssue | deleteIssue |
linear.listProjects | listProjects |
linear.getProject | getProject |
linear.createProject | createProject |
linear.updateProject | updateProject |
linear.listTeams | listTeams |
linear.getTeam | getTeam |
linear.listCycles | listCycles |
linear.getCycle | getCycle |
linear.addIssueToCycle | addIssueToCycle |
linear.listLabels | listLabels |
linear.createLabel | createLabel |
linear.listComments | listComments |
linear.createComment | createComment |
linear.searchIssues | searchIssues |
linear.listUsers | listUsers |
Examples
listIssues
linear.listIssues
getIssue
linear.getIssue
createIssue
linear.createIssue
Integration with RobinPath
import { RobinPath } from "@wiredwp/robinpath";
import Module from "@robinpath/linear";
const rp = new RobinPath();
rp.registerModule(Module.name, Module.functions);
rp.registerModuleMeta(Module.name, Module.functionMetadata);
const result = await rp.executeScript(`
linear.setCredentials "your-credentials"
linear.listIssues
`);
Full API Reference
See MODULE.md for complete documentation including all parameters, return types, error handling, and advanced examples.
Related Modules
@robinpath/asana— Asana module for complementary functionality@robinpath/clickup— ClickUp module for complementary functionality@robinpath/jira— Jira module for complementary functionality@robinpath/monday— Monday.com module for complementary functionality@robinpath/todoist— Todoist module for complementary functionality
License
MIT
Versions (1)
| Version | Tag | Published |
|---|---|---|
| 0.1.1 | latest | yesterday |
Related Modules
productivity
0
@robinpath/airtable
v0.1.1robinpath
Airtable module for RobinPath.
0 downloads
...
productivity
0
@robinpath/asana
v0.1.1robinpath
Asana module for RobinPath.
0 downloads
...
productivity
0
@robinpath/basecamp
v0.1.1robinpath
Basecamp module for RobinPath.
0 downloads
...
productivity
0
@robinpath/clickup
v0.1.1robinpath
ClickUp module for RobinPath.
0 downloads
...
Install
$ robinpath install @robinpath/linear Version0.1.1
LicenseMIT
Unpacked Size4.7 KB
Versions1
Weekly Downloads0
Total Downloads0
Stars0
Last Publishyesterday
Createdyesterday

