Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Link JIRA and Bitbucket

Tags:

jira

I followed the instructions to integrate JIRA and BitBucket. https://confluence.atlassian.com/display/AOD/Linking+a+bitbucket+or+GitHub+repository+with+JIRA+OnDemand

I created a new project in JIRA and then added multiple Issues, version and components. After I enabled the integration, no issues,components or versions appear in Bitbucket. Repo in Bitbucket was created yesterday.

Was is the expected behavior?

BitBucket - Private issue tracker BitBucket - OAuthConsumer configured:

JIRA DVCS is configured. URL is empty, is this a problem?

BitBucket - Integrated Applications: JIRA DVCS and Jira Importer Plugin

JIRA - Smart Commits is enabled in my repository

like image 536
gogasca Avatar asked Oct 03 '13 21:10

gogasca


People also ask

How do I link Bitbucket and Jira software?

If you're connecting a Jira Software project: Navigate to your project and go to Project Settings > Features to enable code in your Jira project. Go to the code page and select “Connect to Bitbucket”, then choose the Bitbucket workspace you want to connect.

Can we connect Bitbucket to Jira?

Once you're in your workspace, click Settings on the left sidebar menu. Click Jira under Atlassian Integrations. Choose the Jira Cloud instance you want to integrate with your Bitbucket Cloud workspace and click Connect. Click Grant access to grant Jira Software access to your Bitbucket Cloud workspace.

How does Bitbucket integrate with Jira repository?

To link a project to a repository, select Projects in the top navigation bar and choose the JIRA project you want to connect to Bitbucket Cloud. Then choose Add source code and enter the URL of the repository. You can find this information at Connect JIRA Cloud to Bitbucket Cloud.

Is Bitbucket free with Jira?

Yes! Bitbucket is free for individuals and small teams with up to 5 users, with unlimited public and private repositories. You also get 1 GB file storage for LFS and 50 build minutes to get started with Pipelines. You share build minutes and storage with all users in your workspace.


2 Answers

Did you add bitbucket in Jira>System>Application Navigator? Can you switch to bitbucket?

You need to add account as Host:Bitbucket Jira>Add-on>DVCS Accounts: Host: Bitbucket Team or User Account OAuthKey OAuthSecret

If you like to auto link your new repos and enable smart commits, check out Auto link new repositories Enable Smart Commits

Your repositories will be synched after you complete this configuration.

We are also using Jira On Demand and we have no issue.

like image 172
Semanur Konezoglu Avatar answered Oct 01 '22 02:10

Semanur Konezoglu


You can use Application Links in Bitbucket which creates everything needed for the communication with Jira. (OAuth access token in the DVCS)

enter image description here

enter image description here

enter image description here

Here is explained in detail.

like image 43
Ermal Avatar answered Oct 01 '22 00:10

Ermal