Import from Bugzilla
The new option to import data from Bugzilla lets you connect to a Bugzilla service and import projects, issues, issue history, comments, attachments, users, custom fields, tags, links, and work items from Bugzilla to YouTrack.
In essence, an import configuration is a graphic UI representation of an import script. A setup wizard navigates you through the import configuration process. It prompts you to enter the connection settings and lets you map projects in YouTrack to projects in Bugzilla. If your project has a custom set of fields for issues, you can edit the import script in YouTrack directly.
Prerequisites
Before you import projects from Bugzilla to YouTrack, check the following requirements:
Your Bugzilla version is 5.0.4 or later.
Your YouTrack and Bugzilla installations are accessible to inbound connections. Specifically, you need to make sure that your network doesn't block connections between your Bugzilla installation and YouTrack.
Make sure that your Bugzilla installation has JSON Perl module (
JSON:RPC
andJSON:XS
packages) installed. Otherwise, the import will fail.Your user account in Bugzilla has administrative permissions.
Import Details
If the Bugzilla database contains references to entities that do not exist in YouTrack yet, they are created. The YouTrack user account you use to run the import should have permissions to create all imported entities. We recommend using an account with a System Admin role or the Low-level Admin Write permission to run the import.
Here is the list of entities that are imported from Bugzilla and their mapping to YouTrack entities:
Entity in Bugzilla | Entity in YouTrack |
---|---|
Product | Project |
Bugs | Issues |
Bug history | Issue history |
Bug dependencies | Issue links of the |
Custom fields | Custom fields |
Comments | Comments |
Attachments | Attachments |
Work hours | Work items |
Users | Users |
User groups | User groups |
Set up an Import from Bugzilla
Before you add a new import configuration, you need to create a personal API Key that will grant access to the target project in Bugzilla. Then you can use it as the token for authorization when setting up the import in YouTrack.
Create an API Key in Bugzilla
To set up an import, first, you need to create a personal API key in Bugzilla.
To create an API key in Bugzilla:
Log in to Bugzilla with an account that is granted administrative permissions.
Navigate to the Preferences > API Keys page.
In the New API Key section, enable the Generate a new API key with optional description option, and provide a description for the key.
Click Submit changes.
The new API Key is added to the list.
Configure an Import from Bugzilla
The setup wizard guides you through the setup process.
To configure an import from Bugzilla:
From the Administration menu, select .
Click New import to open the setup dialog.
Select Bugzilla.
Configure the import settings:
Setting
Description
URL
The URL of the target Bugzilla service.
Token
The API Key that you have generated in Bugzilla for the user account that you use to access the target issues.
If required by your Bugzilla installation, enable the Use SSL key for client authentication option.
When done, click Next.
Review the settings that you have provided.
Select the source and target projects for the import. For more details about project mapping configuration, see Project Mapping.
When done, click Start import.
YouTrack will create a project of the same name as the target project in Bugzilla, and import found issues, articles, and users.
If you have configured a project mapping, YouTrack will create new projects and import data to the existing ones according to the mapping.
When you have set up an import, it appears in the imports list. To view configuration and import details, select the import configuration from the list.
In the details sidebar, YouTrack shows import status and details on the data that was imported. Click the Resume button in the toolbar to explicitly start polling for changes and importing updates from the target Bugzilla projects.
You can also download the import log file to study and investigate when needed.
Project Mapping
On the final step of the import setup, you can select those Bugzilla projects that you want to import to YouTrack. You can also choose whether to create a new project for the import or import data into an existing project in YouTrack.
To configure project mapping:
Locate those Bugzilla projects that you want to import.
Use the filter bar on the right to filter projects by name.
Select the projects that you want to import. Check the box on the top of the list to import all available Bugzilla projects.
Select a target YouTrack project for each Bugzilla project.
When loading the list of Bugzilla projects for mapping, YouTrack checks for existing YouTrack projects with corresponding names. If it finds a YouTrack project with the same name as the Bugzilla one, YouTrack suggests it as the target project.
If there is no existing YouTrack project with the corresponding name, YouTrack suggests creating a new one.
If you want to change a target project, select another option from the corresponding dropdown on the list.
Click Start import to finalize import setup and start the import.
Import starts.
Import Options
After the initial import, the following controls are available in the sidebar:
Control | Description |
---|---|
Resume | Immediately imports any changes made in the selected Bugzilla projects after the previous import. |
Edit | Opens the integration settings page in edit mode. Use this option to connect to a different Bugzilla service, update the API key, or update project mapping. |
Delete | Deletes the current import settings. Projects, issues, comments, users, and groups that were imported from the connected Bugzilla service are not affected. If you delete the import settings and connect to the same Bugzilla service, the issues are re-imported into existing projects with new issue IDs. |