Question

I have my issue tracker setup with Bitbucket.org, is there a way to import from Bitbucket to local YouTrack or on-demand YouTrack issue tracking?

Was it helpful?

Solution

The easy way is to write a script that moves issues from bitbucket from youtrack using their REST APIs. You can write it really quickly and, as a bonus, you'll gain a bit of insight into your new tool. ;)

"Easy" because normally when switching from a system to another you have to convert values (maybe your own conventions) and/or clean up stuff (maybe I don't want to move everything)...

Bitbucket REST API documentation

YouTrack REST API documentation

OTHER TIPS

I had the same issue just few days ago and I did not found some implementation using the APIs as @Manuel suggested. Writing my own started to take more time than I wanted to invest. So the solution I came up at the end was:

JIRA have a nice import wizard that allow you to easily import data from many other issue trackers (BitBucket included). It also have a free trial period.

YouTrack have integration for importing data from JIRA. That's all I've got to say.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top