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
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](
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.