Documentation for JIRA 5.1.x. Documentation for other versions of JIRA is available too.
When migrating from another issue tracking application to JIRA, you may wish to take your data with you.
Our main website highlights some top reasons why people migrate from other issue trackers to JIRA.
Depending on what issue tracker you are migrating from, we recommend using the relevant instructions (linked below) to import data from your other issue tracker into JIRA.
The JIRA Importers plugin, which is bundled with JIRA, allows you to import data from Bugzilla, FogBugz, Mantis, Pivotal Tracker, or Trac.
Version 4.1 or later of the JIRA Importers Plugin is compatible with Bugzilla 2.20 to 4.0.2. Users of older Bugzilla versions will need to first upgrade the Bugzilla database tables to a supported version, using Bugzilla's checksetup.pl
script. The JIRA Importers plugin requires your Bugzilla database to be MySQL or PostgreSQL.
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.
Version 3.1 or later of the JIRA Importers Plugin is required.
Version 4.2 or later of the JIRA Importers plugin is compatible with Mantis versions 1.1.8 to 1.2.8. The JIRA Importers plugin requires that your Mantis database is MySQL, PostgreSQL or Microsoft SQL Server. We have also received reports that the JIRA Importers plugin works with Oracle and DB2 databases. However, we have not tested this plugin against these databases.)
Version 2.5 or later of the JIRA Importers Plugin is required.
Version 2.6.1 or later of the JIRA Importers Plugin is compatible with Trac version 0.12.2.
On this page:
Some functionality described on this page is restricted in JIRA OnDemand.
JIRA が組み込みのインポーターを提供していないシステムから移行する場合は、代わりに CSV 形式を使用して JIRA にデータをインポートできる場合があります。使用中のシステムは、データを CSV(カンマ区切り値)ファイルにエクスポート可能でなければなりません。その場合は、JIRA の CSV インポーターを使用して、CSV ファイルを JIRA にインポートできます。
There is also a workaround for importing comments.
Third-party tools created by Atlassian Experts are also available for the following:
また、当社の組み込みインポーターに他のシステムを追加するよう求めるリクエストを追跡しています。当社では、ユーザーが関心を持つシステムに投票し、コメントするよう奨励しています。
JIRA ships with an RPC plugin which enables limited remote access to JIRA. It is available through REST, SOAP and XML-RPC interfaces. We recommend using the REST interface when possible as it will be our primary focus in the future. The JIRA RPC Services page provides a starting point for all your remote procedure call needs. The full source of the plugin is available and you are free to modify and the extend the source. We'd also be happy to accept code contributions to the project, as Simon Mittag has done in the past. Check out the RPC Endpoint Plugin Module for more information.
WEB-INF/classes/entitydefs/entitymodel.xml
file under the JIRA web application. When using this approach please take care to maintain database integrity.