external.plane
Node ID: external.plane
Category: platform
Inputs
Section titled “Inputs”| Input | Type | Description |
|---|---|---|
data | object | Issue data (for create_issue operation) |
q | string | Search/filter query |
limit | number | Number of results to return |
offset | number | Pagination offset |
Outputs
Section titled “Outputs”| Output | Type | Description |
|---|---|---|
results | array | List of issues |
record | object | Single issue record |
id | string | Issue ID |
rawResponse | object | Raw response (size-limited) |
hasMore | boolean | Whether more results are available |
total | number | Total number of issues |