Forums

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

How to capture the software version number or Build number from Bitbucket to Jira

Naveenkumar
February 10, 2025

Hi, I need one field to be automatically capture from Bitbucket like software version number from Bitbucket to Jira, Is that possible,If? How, Please share the documents for reference

1 answer

0 votes
Mercy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
December 10, 2025

Jira Data Center doesn’t natively sync build or version metadata from Bitbucket, but you can capture it using either the Bitbucket REST API or a CI/CD integration. The usual pattern is to push build details—like the version tag or commit hash—into Jira when a pipeline runs. If you use Bamboo or Jenkins, configure a post-build script or webhook to call the Jira REST API endpoint `/rest/api/2/issue/{issueIdOrKey}` and update a custom field. Atlassian documents this under Jira REST API for issue updates, and Bitbucket provides commit and tag data through its [Bitbucket Server REST API](

Suggest an answer

Log in or Sign up to answer