ctriolo/Create Linear Issue
Creates a Linear Issue based on inputs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| linear-api-key | Linear API key generated from https://linear.app/settings/api | yes | — |
| linear-team-key | Team key (e.g. ENG) for the Linear issue. | yes | — |
| linear-issue-title | Title for the Linear issue. | yes | — |
| linear-issue-description | Description for the Linear issue. | yes | — |
| linear-issue-state-id | Team state ID for the Linear issue. | — | — |
| linear-attachment-url | URL to attach to the Linear issue. | — | — |
| linear-attachment-title | Title of the URL attachment. | — | — |
| linear-issue-label-ids | Comma deliminated label ids | — | — |
Outputs
| name | description |
|---|---|
| linear-issue-id | The Linear issue's unique identifier. (UUID) |
| linear-issue-identifier | The Linear issue's human readable identifier (e.g. ENG-123). |
| linear-issue-number | The Linear issue's number. (e.g. the `123` of `ENG-123`) |
| linear-issue-title | The Linear issue's title. |
| linear-issue-description | The Linear issue's description. |
| linear-issue-url | The Linear issue's URL. (e.g. https://...) |
| linear-issue-state-id | Team state ID for the Linear issue. |
| linear-team-id | The Linear team's unique identifier. (UUID) |
| linear-team-key | The Linear team's key/prefix (e.g. ENG) |
| linear-attachment-id | The Linear attachment's uniquie identifier. (UUID) |