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?
-
@ThanksBro nope I had to do it manually :-( – quarks Aug 21 '14 at 12:05
2 Answers
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)...

- 1,041
- 7
- 15
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.

- 6,918
- 9
- 54
- 67