hedgeco/GitHub-Jira Integration
Integrates GitHub PRs with Jira issues - automatically adds Jira details to PRs and updates Jira status on merge
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jun 27, 2025
- License
- None
Pinned Snippet
uses: hedgeco/github-action-jira-integration@ff592d4b0053d2d847cbf41cbe668d5d4da87b79 # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for API access | yes | ${{ github.token }} |
| jira-base-url | Base URL of your Jira instance (e.g., https://your-domain.atlassian.net) | yes | — |
| jira-user-email | Email address of the Jira API user | yes | — |
| jira-api-token | API token for Jira authentication | yes | — |
| pr-open-transition | Transition to use when PR is opened | no | In Progress |
| pr-merge-transition | Transition to use when PR is merged | no | Complete |
| jira-project-key | Optional: Limit to issues from a specific Jira project | no | "" |
Outputs
no outputs