Migrating from Other Issue Trackers
When migrating from another issue tracking application to JIRA, you may wish to take your data with you. 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.
Our website highlights some top reasons why people migrate from other issue trackers to JIRA.
On this page:
組み込みのインポーター
JIRA にバンドルされているJIRA インポーター プラグインを使用すれば、下記のインポーターからデータをインポートできます。
Note: Not all of these importers are available for JIRA OnDemand.
- Bitbucket
- Bugzilla
- FogBugz for Your Server
- FogBugz On Demand (SaaS)
- Mantis
- Pivotal Tracker (SaaS)
- Trac
- Redmine
- JSON
CSV インポーター
JIRA が組み込みのインポーターを提供していないシステムから移行する場合は、代わりに CSV 形式を使用して JIRA にデータをインポートできる場合があります。使用中のシステムは、データを CSV(カンマ区切り値)ファイルにエクスポート可能でなければなりません。その場合は、JIRA の CSV インポーターを使用して、CSV ファイルを JIRA にインポートできます。
There is also a workaround for importing comments.
Third-party import tools
Third-party tools created by Atlassian Experts are also available for the following:
HEAT
- HP Quality Center
- IBM ClearQuest
- IBM DOORS
- Microsoft Team Foundation Server
- Rally
- Redmine (now supported)
Remedy
- SeaPine
SILK Test
- Serena’s TeamTrack PVCS and Business Mashups
SalesForce issue tracking
StarTeam
Go2Group’s Migration scripts and Go2Group’s BBI (Base Branch Importer)
SugarCRM issue tracking
- VersionOne
未サポート インポーターに対するリクエスト
また、当社の組み込みインポーターに他のシステムを追加するよう求めるリクエストを追跡しています。当社では、ユーザーが関心を持つシステムに投票し、コメントするよう奨励しています。
Other non-supported methods
- Write a Jelly script that will import your data. JIRA ships with some Jelly tags that make operations like creating issues in JIRA easy.
JIRA ships with an RPC plugin that 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. We'd also be happy to accept code contributions to the project, see the RPC Endpoint Plugin Module for more information.
It is possible to use whatever tools you feel comfortable with, to import the data directly into JIRA's database. JIRA's database schema is described in XML format in the
WEB-INF/classes/entitydefs/entitymodel.xmlfile under the JIRA web application. When using this approach please take care to maintain database integrity.- Finally as a last resort our built-in importer can be extended to support other systems, there is a very limited starting guide for those interested in taking this avenue.
Other references
- Commercial migrations by Atlassian Experts. A number of partners (e.g. ServiceRocket, formerly Customware and others) have provided custom migrations from Remedy, TeamTrack, ClearQuest, GNATS and Bugzilla in the past.
- Ask for help on the JIRA Development Forum.
- ClearQuest Import Forums Discussion
- Migrating Unfuddle tickets to JIRA
- Comparison of JIRA with other issue trackers