Documentation for JIRA 5.2. Documentation for other versions of JIRA is available too. 
![]()
The JIRA Importers plugin, which is bundled with JIRA, allows you to import data from FogBugz for Your Server by connecting to a live FogBugz for Your Server database.
Our main website highlights some top reasons why people migrate from FogBugz to JIRA.
Version 4.2 or later of the JIRA Importers plugin is compatible with Fogbugz for Your Server versions 7.3.6 to 8.7.60. The JIRA Importers plugin requires that your FogBugz for Your Server database is MySQL, Microsoft SQL Server or Microsoft SQL Server Express.
The FogBugz for Your Server import process consists of simply running the FogBugz Import Wizard (below):
These instructions refer to a FogBugz for Your Server, which is an installable implementation of FogBugz that operates behind your firewall. To import from a FogBugz On Demand (SaaS) issue tracker site, please follow the instructions for here.
On this page:
On the FogBugz Import Wizard: Setup page, complete the following fields/options:
| Database Type | Select the type of database that your FogBugz for Your Server installation uses:
|
| Hostname | Specify the hostname or IP address of the server running your FogBugz site's database server. |
| Port | Specify the TCP/IP port that the FogBugz site's database server is listening on. |
| Database | Specify the name of your FogBugz database (into which FogBugz for Your Server saves its data).fogbugz;instance=sqlexpress (where fogbugz is the name of your FogBugz database and sqlexpress is your FogBugz database's instance ID. The database name can usually be found in the Windows registry. See http://bugs.movabletype.org/help/topics/setup/WindowsWhatSetupDoes.html and then search for 'Initialize Registry Settings' (for details on how to access the relevant registry keys and values). |
| Username | Specify the database user that FogBugz uses to connect to its database. |
| Password | Specify the password of the database user (above) that FogBugz uses to connect to its database. |
| Use an existing configuration file | Leave this check box cleared if you do not have a configuration file or if you want to create a new configuration file. Configuration files specify a mapping between fields in FogBugz for Your Server and those in JIRA.
|
| JDBC connection parameters (in expanded Advanced tab) | The FogBugz Import Wizard will construct a JDBC-based database URL from the FogBugz database server details you specify above. JIRA uses this URL to connect to and import issues from FogBugz for Your Server. If you need to specify any additional connection parameters to your FogBugz database, specify them here. |
Click the Next button to proceed to the Set up project mappings step of the FogBugz Import Wizard.
Other External fields in FogBugz which are likely to appear on the Set up field mappings page are:
| External field in FogBugz | Not choosing the 'Map field value' check box |
|---|---|
| sCategory | The FogBugz Import Wizard will automatically create missing issue types in JIRA and will ensure that the issues are migrated with the correct issue type. |
| sCustomerEmail | The FogBugz Import Wizard will not map values for this field. |
| sComputer | The FogBugz Import Wizard will not map values for this field. |
| sFullName | The FogBugz Import Wizard will automatically map FogBugz usernames to JIRA usernames (lowercase). |
| sPriority | The FogBugz Import Wizard will automatically create missing values in JIRA and will ensure that the issues are migrated with the correct priority (e.g. "Normal" in FogBugz to newly-created "Normal" in JIRA). |
| sStatus (Resolution) | The importer will create corresponding Resolutions in JIRA instead of using the existing ones. |
Select the appropriate JIRA Workflow Scheme in that will be used by the FogBugz issues you will import into your JIRA project. If you are importing your FogBugz issues into an existing JIRA project, ensure that you choose the JIRA workflow scheme used by that existing JIRA project.
Congratulations, you have successfully imported your FogBugz projects into JIRA! If you have any questions or encounter any problems, please contact Atlassian support.
During the import process, the following data is copied from the FogBugz Server database into JIRA:
In FogBugz | In JIRA | Import Notes |
|---|---|---|
Project | Project | FogBugz data is imported on a per-project basis. You can either specify an existing JIRA project as the target, or the importer will automatically create a project(s) for you at time of import. (For more information about JIRA projects, please see Defining a Project.) |
Area | Component | You can choose to have the importer automatically create your FogBugz components in JIRA, or choose to have bugs imported into no component in JIRA. |
Milestone | Fix Version | Versions are imported from FogBugz (if you choose). After importing, you can manually set appropriate versions to the Released state in JIRA if you wish. |
Case | Issue | Every FogBugz case becomes a JIRA issue. |
Case ID | Bug Import ID | Each imported issue ('case') will be given a new JIRA ID, and the old FogBugz ID will be saved into a JIRA custom field called 'Bug Import ID'. This custom field is searchable, so you can search for JIRA issues by their old FogBugz ID. If you don't need this custom field, delete it or 'hide' it (as described in Specifying Field Behaviour). |
Summary | Summary |
|
Comments | Comments | FogBugz allows for links to other issues to be automatically generated by using the format "bug issueId" or "case issue id". After import, any string matching this pattern will be rewritten to their new JIRA key. For example, a comment "Please see case 100" may be rewritten to "Please see IMP-100". |
Attachments | Attachments | Attachments are extracted from the FogBugz database and saved to disk. Any e-mail issues will be parsed for attachments and the e-mail text saved as a comment. The dates and user attaching the attachments will be retained.To specify the location on disk, see Configuring File Attachments. |
Category | Issue Type | You can configure mapping of specific Case Categories to specific Issue Types. |
Priority | Priority | You can configure mapping of specific FogBugz values to specific JIRA values. |
Status | Status | You can configure mapping of specific FogBugz values to specific JIRA values, provided you create your workflows in JIRA before running the importer.
|
Resolution | Resolution | You can configure mapping of specific FogBugz values to specific JIRA values. |
Duplicates | Links | You can configure mapping of specific FogBugz link types to JIRA link types.
|
Computer | Computer | The FogBugz Computer field is imported into a JIRA Custom Field called 'Computer'. |
Customer Email | Customer Email | The FogBugz Customer Email field is imported into a JIRA Custom Field called 'Customer Email'. |
User | User | You can choose to have the importer automatically create JIRA users for any FogBugz users who do not already exist in JIRA.
|
Other fields | Custom fields | If your FogBugz system contains any custom fields, you can choose to map them to specific JIRA custom field(s). If your custom fields don't yet exist in JIRA, the importer can automatically create them for you. |