1

It is possible to connect a Bitbucket account to JIRA: http://blog.bitbucket.org/2012/04/30/linking-bitbucket-and-jira/

But is it possible to connect them using Eclipse/Mylyn?

Stephan Vierkant
  • 9,674
  • 8
  • 61
  • 97

1 Answers1

1

Atlassian have a connector for Eclipse and JIRA which you can check out here: http://www.atlassian.com/software/ide-connectors/overview. It manages builds, source control, issues, etc, etc. Well worth a look.

welp
  • 653
  • 7
  • 11
  • The IDE Connector connects JIRA to Eclipse, but doesn't connect a Bitbucket repo in Eclipse. – Stephan Vierkant Oct 21 '12 at 09:11
  • 1
    If that is the case, I would suggest that you look into using EGit for Eclipse. If that is the sort of solution you're looking for, let me know and I will pad out and edit my original answer to reflect this. – welp Oct 29 '12 at 19:44