Import from other tools
=======================
When you start in Tuleap you often want to import data from another system. This
chapter details the tools available to deal with this import.
Import from tools
-----------------
Bugzilla
''''''''
Leveraging Tuleap XML import format, `bz2tuleap `_ is a tool that convert
any Bugzilla XML query into an archive ready to be :ref:`imported ` into a Tuleap instance.
Not only it will recreate the bugs and their comments with proper usernames and dates
but corresponding user accounts will be created automatically during import.
.. attention::
As of today the tool was developed against Eclipse bugzilla (v4.4.7) it's likely
than some tweaks are needed to make it generic and usable with newer versions.
Check `source code `_ for more details.
Jira
''''
`bz2tuleap, jira version `_ can also take Jira XML export and convert it to a valid
Tuleap import archive.
Once done, you will need to :ref:`import the archive` as root on Tuleap server.
Redmine
'''''''
`TrackerIO `_ is a tool that takes a Redmine database as input and leverages Tuleap
APIs to replicate the tickets as Tuleap artifacts. It doesn't require an admin access to Tuleap but you will need to have
full access to the redmine DB.