actions-marketplace-validations/Get JIRA tickets out of a GitHub Release
This action will enable you to get all JIRA tickets out of a GitHub releaseÒs included PRs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 16, 2023
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/brapoprod_get-jira-tickets-from-github-release-action@9ef7d7a8408289a4c87b7b961b3002dc461902a6 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| repo | Repository to get release from | yes | "" |
| PAT | Personal access token with read access to the repositories releases | yes | "" |
| releaseName | The GitHub Releases name that you want to grab the tickets from. | no | latest |
Outputs
| name | description |
|---|---|
| jiraTickets | The tickets mentioned in the description of the PRs |