andrews-mcmeel-universal/Retrieve Jira Issue Key from PR
Extracts the Jira issue key from the GitHub PR branch name or title.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Dec 3, 2025
- License
- None
Pinned Snippet
uses: andrews-mcmeel-universal/retrieve-jira-ticket@66addbe9a4f31e32dce09a3575f19788a08e53d2 # v1.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| fail-on-error | Fail the action if no Jira issue key is found. | no | false |
| search-pr-body | Also search the pull request body for a Jira issue key. | no | false |
Outputs
| name | description |
|---|---|
| jira-ticket-id | The extracted Jira issue key. |
| ticket-found | Indicates whether a Jira issue key was found. |