Changes between Version 1 and Version 2 of TracImport


Ignore:
Timestamp:
Jun 21, 2005, 1:13:36 AM (19 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracImport

    v1 v2  
    1 = Importing ticket data =
     1= チケットデータのインポート =
    22
    33== Bugzilla ==
    44
    5 Ticket data can be imported from Bugzilla using the bugzilla2trac.py script, available in the contrib/ directory of the Trac distribution.
     5Bugzillaから bugzilla2trac.py スクリプトを使用してチケットのデータをインポートすることができます。bugzilla2trac.py スクリプトはTracの配布[原文:Trac distribution]のcontrib/ ディレクトリにあります。
    66
    77{{{
     
    2323}}}
    2424
    25 Currently, the following data is imported from Bugzilla:
     25現在のところ、Bugzillaからインポートされるのは以下のデータです。:
    2626
    27   * bugs
    28   * bug activity (field changes)
    29   * bug attachments
     27  * バグ
     28  * バグの更新 (属性の変更)
     29  * バグの添付ファイル
    3030
    31 The script provides a number of features to ease the conversion, such as:
     31bugzilla2trac.pyスクリプトは変換を楽にする機能を数多く備えています。
     32[[BR]]例えば:
    3233
    33   * PRODUCT_KEYWORDS:  Trac doesn't have the concept of products, so the script provides the ability to attach a ticket keyword instead.
     34  * PRODUCT_KEYWORDS:  Tracにはプロダクトという概念がありません。このため、プロダクトをチケットのキーワードとして紐づけられるようになっています。
    3435
    35   * IGNORE_COMMENTS:  Don't import Bugzilla comments that match a certain regexp.
     36  * IGNORE_COMMENTS:  特定の正規表現にマッチするBugzillaコメントをインポートしないようにします。
    3637
    37   * STATUS_KEYWORDS:  Attach ticket keywords for the Bugzilla statuses not available in Trac.  By default, the 'VERIFIED' and 'RELEASED' Bugzilla statuses are translated into Trac keywords.
     38  * STATUS_KEYWORDS:  TracにないBugzillaのステータスに対してチケットのキーワードを割り当てます。デフォルトでは、Bugzillaのステータス'VERIFIED' と 'RELEASED'は、Trac のキーワードに変換されます。
    3839
    39 For more details on the available options, see the configuration section at the top of the script.
     40使用できるオプションについての更なる詳細についてはスクリプトの先頭にあるconfigurationセクションを参照してください。
    4041
    4142== Sourceforge ==
    4243
    43 Ticket data can be imported from Sourceforge using the sourceforge2trac.py script, available in the contrib/ directory of the Trac distribution.
     44Sourceforgeからもsourceforge2trac.pyスクリプトを使用してチケットのデータをインポートすることができます。sourceforge2trac.py スクリプトもTracの配布[原文:Trac distribution]のcontrib/ディレクトリにあります。