3mo-esolutions/Jira Ticket
A GitHub Action to extract a Jira ticket number associated with a branch name
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 13, 2026
- License
- MIT
Pinned Snippet
uses: 3mo-esolutions/github-action-jira-ticket@a923a86628457e027a7ea3c6f7c201da11aaca41 # 0.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| OVERRIDE_TICKET | The ticket number to override the extracted ticket number with | no | — |
Outputs
| name | description |
|---|---|
| TICKET | The ticket number extracted from the branch name |
| FOUND | Whether a ticket number was found in the branch name |