Linear
Linear project management integration for swamp — issue CRUD with fail-closed verified deletion, sub-issue (parent) and estimate support, single-call epic creation (parent + child sub-issues), viewer auto-assignment, label management by name, comment threads, and team/project/state listing via the official @linear/sdk.
Add fail-closed, idempotent Linear issue deletion with live identifier/team verification and immutable deletion evidence.
| Argument | Type | Description |
|---|---|---|
| title | string | Issue title |
| Argument | Type | Description |
|---|---|---|
| title? | string | New title |
| description? | string | New description |
| stateId? | string | New workflow state ID |
| assigneeId? | string | New assignee user ID |
| projectId? | string | New project ID |
| Argument | Type | Description |
|---|---|---|
| confirm | literal | Explicit destructive-action confirmation; must be "delete" |
| Argument | Type | Description |
|---|---|---|
| projectId? | string | Filter by project ID |
| labelName? | string | Filter by label name |
| Argument | Type | Description |
|---|---|---|
| labels | string | Comma-separated label names to add |
| Argument | Type | Description |
|---|---|---|
| title | string | Issue title |
| projectId? | string | Project ID |
| stateId? | string | Workflow state ID |
| assigneeId? | string | Assignee user ID |
| Argument | Type | Description |
|---|---|---|
| body | string | Comment body (Markdown) |
Resources
Add createEpic: single-call parent + child sub-issue creation with partial-failure reporting
Modified 1 models
createIssue gains parentId (sub-issue/epic hierarchy) and estimate support
Rebuild against swamp CLI 20260716
Modified 1 models
Added 1, removed 1 models
Add @hivemq/linear attribution in README and module JSDoc
Initial release: 11 methods for Linear issue CRUD, viewer auto-assignment, label management, and team/project/state listing
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned