hedgeco/GitHub-Jira Integration

Integrates GitHub PRs with Jira issues - automatically adds Jira details to PRs and updates Jira status on merge

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Jun 27, 2025
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: hedgeco/github-action-jira-integration@ff592d4b0053d2d847cbf41cbe668d5d4da87b79 # v1.0.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
github-tokenGitHub token for API accessyes${{ github.token }}
jira-base-urlBase URL of your Jira instance (e.g., https://your-domain.atlassian.net)yes
jira-user-emailEmail address of the Jira API useryes
jira-api-tokenAPI token for Jira authenticationyes
pr-open-transitionTransition to use when PR is openednoIn Progress
pr-merge-transitionTransition to use when PR is mergednoComplete
jira-project-keyOptional: Limit to issues from a specific Jira projectno""

no outputs