Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

I want to manage release through Jira integrated with Github

Ashmita Mishra
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 7, 2025

1. There are more stories in a sprint

2. I have created version in Jira and linked those version as 'Fix version' to specific issue types

3. I have Github already integrated to Jira

I want to deploy all those issue types from Jira only when I release the specific version, and I want to see the release note

Please help on the same

1 answer

0 votes
Hari Krishna
Contributor
July 10, 2025

Hi @Ashmita Mishra 

Yes, this is possible with Jira and GitHub integration. Here's how you can achieve it:

1. First, tag all the issues with a Fix Version (example: v1.0.0)

2. Then, go to Jira → Releases → Create the version (v1.0.0) → Release it when ready

3. Now set up an Automation rule:

  • Trigger: Version Released

  • Action: Send Web Request (Webhook to GitHub or your CI/CD tool)

  • Include version name (v1.0.0) in the payload

4. In GitHub, create a GitHub Action that listens to the webhook and triggers deployment for that version

5. After releasing, go to Jira → Releases → v1.0.0 → You’ll see the auto-generated Release Notes with all linked issues

So once the version is released in Jira, your GitHub deployment kicks off, and Jira handles the release notes for you 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events