ctriolo/Find Linear Issue
Finds a Linear Issue from your pull request's branch, title, or description
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 . (e.g. `lin_api_*)` | yes | — |
| linear-issue-label-ids | Comma deliminated label ids to add once issue is found | — | — |
Outputs
| name | description |
|---|---|
| linear-issue-id | The unique identifier of the Linear issue. (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-team-id | The Linear teams unique identifier. (UUID) |
| linear-team-key | The Linear teams key/prefix (e.g. ENG) |