actions-marketplace-validations/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
- Stalelast commit Jan 5, 2023
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/koleok_action-find-linear-issue@b5b708163c9c077a2916ba8e9663e87981d6a998 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| linear-api-key | Linear API key generated from https://linear.app/settings/api . (e.g. `lin_api_*)` | yes | — |
| output-multiple | Find multiple issues and output a json array of results | no | — |
Outputs
| name | description |
|---|---|
| linear-issues | Find multiple issues and output a json array of results |
| 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) |