Young.soo
Young.soo

Reputation: 23

How to sync bitbucket issues and JIRA issues

I find how to sync issues in real time. I imported Bitbucket issues and used DVCS accounts. So. now I watch bitbucket's commit, pull request, branches and Issues that already exist. I hope to know when someone write an issues in Bitbucket, using JIRA. please help me..

(how to connect issues bitbucket clound and JIRA Server)

Upvotes: 2

Views: 299

Answers (1)

Chris
Chris

Reputation: 136880

Connecting Bitbucket Cloud and JIRA Server is a two step process:

  • In Bitbucket Cloud, create an OAuth token with the following permissions:
    • Account: Write
    • Repositories: Admin, but not Repositories: Write
    • Pull requests: Read
  • As an admin user, add your Bitbucket OAuth token to JIRA Server's DVCS Accounts integration

However, note that when Bitbucket and JIRA are linked JIRA completely replaces Bitbucket Issues. You don't end up with two sets of synced issues, you end up with Bitbucket version control and JIRA issues.

Upvotes: 2

Related Questions