anthr76/Jira Release Sync
Sync GitHub Releases to Jira versions and update Fix Versions on linked issues
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 18, 2026
- License
- None
Pinned Snippet
uses: anthr76/jira-release-sync@af6e22b537e0295eab2df7ba523f47f24a730e9e # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| jira_server | Jira server URL (e.g., https://company.atlassian.net) | yes | — |
| jira_project | Jira project key (e.g., PRJ) | yes | — |
| jira_user | Jira API user email | yes | — |
| jira_token | Jira API token | yes | — |
| release_tag | Release tag (e.g., v1.2.0). Auto-detected from release events; required when chaining from other workflows. | no | "" |
| tag_format | Regex with capture group to extract version from tag (e.g., "myapp/v(.+)") | no | "" |
| release_name_format | Format string for Jira version name. Use {version} as placeholder. | no | {version} |
Outputs
no outputs