Changes between Version 1 and Version 2 of TracTickets


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

--

Legend:

Unmodified
Added
Removed
Modified
  • TracTickets

    v1 v2  
    1 = The Trac Ticket System =
     1= チケット管理システム =
    22[[TracGuideToc]]
    33
    4 The Trac issue database provides simple but effective tracking of issues and bugs within a project.
     4Trac のチケット管理データベースは、プロジェクトのチケットやバグについての、簡単で効果的なトラッキング機能を提供します。
    55
    6 As the central project management element of Trac, tickets are used for '''bug reports''',  '''feature requests''', '''software support issues''' and '''project tasks'''.
     6Trac のプロジェクト管理機能の中枢である、チケット管理システムは、 '''バグレポート''', '''機能追加要求''', '''ソフトウェアサポートの課題''', '''プロジェクトのタスク管理''' などに使用できます。
    77
    8 As with the TracWiki, this subsystem has been designed with the goal of making user contribution and participation as simple as possible. It should be as easy as possible to report bugs, ask questions and suggest improvements.
     8このサブシステムは TracWiki のように、ユーザのコントリビュートと参加をできるだけ簡単にするという目標で設計しています。バグを報告して、質問して、改良を提案するのはできるだけ簡単であるべきです。
    99
    10 An issue is assigned to a person who must resolve it or reassign the ticket to someone else.
    11 All tickets can be edited, annotated, assigned, prioritized and discussed at any time.
     10チケットは、それを解決しなければならない人にすでにアサインされているか、あるいは解決可能な人に再アサインされます。
     11すべてのチケットは、いつでも、編集したり、注釈をしたり、アサインしたり、優先付けしたり、議論したりできます。
    1212
    13 '''Note:''' To make full use of the ticket system, use it as an ''in bucket'' for ideas and tasks for your project, rather than just bug/fault reporting.
     13'''Note:''' チケット管理システムの有効な活用は、単なるバグレポートに留まらず、プロジェクトのアイデアとタスクのための ''いれもの'' として使うことです。
    1414
    15 == Ticket Fields ==
     15== チケット属性 ==
    1616
    17 A  ticket contains the following information attributes:
     17チケットは、以下の情報を属性として含んでいます:
    1818 
    19  * '''Reporter''' - The author of the ticket.
    20  * '''Component''' - The project module or subsystem this ticket concerns.
    21  * '''Version''' - Version of the project that this ticket pertains to.
    22  * '''Severity''' - What are the effects the issue described? Ranges from an ''enhancement'' request to ''blocker'' (must be fixed before next milestone).
    23  * '''Priority''' - The importance of is the issue relative to other tasks.
    24  * '''Milestone''' - When this issue should be resolved at the latest.
    25  * '''Resolution''' - Reason for why a ticket was closed, such as fixed, invalid, duplicate, etc.
    26  * '''Keywords''' - Keywords that a ticket is marked with.  Useful for searching and report generation.
    27  * '''Assigned to''' - Principal person responsible for handling the issue.
    28  * '''Cc''' - A list of other associated people. ''Note: this does '''not''' imply responsibility or any other policy.
    29  * '''Status''' - What is the current status?
    30  * '''Summary''' - A brief description summarizing the problem or issue.
    31  * '''Description''' - The body of the ticket. A good description should be '''specific, descriptive and to the point'''.
     19 * '''報告者 (Reporter)''' - チケットを登録した人。
     20 * '''コンポーネント (Component)''' - チケットが適用されるモジュールやサブシステム。
     21 * '''バージョン (Version)''' - チケットが適用されるバージョン。
     22 * '''重要度 (Severity)''' - チケットの影響範囲。 ''enhancement'' (機能追加要求) から ''blocker'' (次のマイルストーンまでに直さなければならない)の中から選択する。
     23 * '''優先度 (Priority)''' - このチケットと他のチケットを比較した時の重要性。
     24 * '''マイルストーン (Milestone)''' - このチケットが少なくとも、いつまでに解決されなければならないか。
     25 * '''解決方法 (Resolution)''' - チケットが解決された際の理由。直した(fixed)、チケットではない(invalid)、他のチケットと内容が重複している(duplicate)など。
     26 * '''キーワード (Keywords)''' - チケットに付与するキーワード。検索や、レポートの生成で使用する。
     27 * '''担当者 (Assigned to)''' - チケットを解決に責任を持つ担当者。
     28 * '''関係者 (Cc)''' - チケットに関係がある人のリスト。 ''Note: 責任やそのほかの方針についての意味を暗に持つわけでは '''ありません'''。''
     29 * '''ステータス (Status)''' - チケットの現在の状態。
     30 * '''概要 (Summary)''' - 問題点や、チケットについての簡単な説明。タイトル。
     31 * '''説明 (Description)''' - チケットの内容。 '''特定された状況について、詳しく記述され、的を絞った''' 良い説明文を書いてください。
    3232
    33 == Changing and Commenting Tickets ==
     33== チケットの更新や注釈 ==
    3434
    35 Once a ticket has been entered into Trac, you can at any time change the
    36 information by '''annotating''' the bug. This means changes and comments to
    37 the ticket are logged as a part of the ticket itself.
     35ひとたびチケットが Trac に投入されると、あとはいつでもチケットに '''注釈''' することで
     36情報を変更することができます。つまり、チケットへの更新やコメントは、
     37チケットそのものの一部として記録されます。
    3838
    39 When viewing a ticket, this log of changes will appear below the main ticket area.
     39チケットの閲覧画面では、更新履歴は、メインの表示領域の下に表示されます。
    4040
    41 ''In the Trac project, we use ticket comments to discuss issues and
    42 tasks. This makes understanding the motivation behind a design- or implementation choice easier, when returning to it later.''
     41''Trac 自身の開発では、チケットのコメントは問題点やタスクについてディスカッションに
     42使っています。これによって、設計や実装上の選択の背後にある動機の理解が簡単になり、後で思い出しやすくなります。''
    4343
    44 '''Note:''' An important feature is being able to use TracLinks and
    45 WikiFormatting in ticket descriptions and comments. Use TracLinks to refer to
    46 other issues, changesets or files to make your ticket more specific and easier
    47 to understand.
     44'''Note:''' チケットの説明や、コメントでは、 TracLinks と WikiFormatting を
     45使用することができます。これは重要な機能です。 TracLinks によって、
     46他の課題や、チェンジセット、ファイルへのリンクをチケットに設定できるので、
     47チケットを明確にしたり、理解しやすくしたりできます。
    4848
    49 '''Note:''' See TracNotification for how to configure email notifications of ticket changes.
     49'''Note:''' チケットの更新を email で通知する設定をする方法は TracNotification に記述しています。
    5050
    51 === State Diagram ===
     51=== ステータスダイアグラム ===
    5252http://projects.edgewall.com/trac/attachment/wiki/TracTickets/Trac%20Ticket%20State%20Chart%2020040607DF.png?format=raw
    5353
    54 == Advanced: Preset values for New Tickets from URL ==
     54== 上級トピック: 新規チケット登録時に、URLで値を設定する ==
    5555
    56 To create a link to the new-icket form filled with preset values, you need to call the /newticket? URL with variable=value separated by &.
     56値が設定されたチケット登録フォームへのリンクを作成するには、 /newticket? に続いて、 パラメータ=値 を & でつないだ形式の URL を呼び出します。
    5757
    58 Possible variables are :
     58値を設定できるパラメータ:
    5959
    60  * '''reporter''' - Name or email of the reporter
    61  * '''summary''' - Summary line for the ticket
    62  * '''description''' - Long description of the ticket
    63  * '''component''' - The component droplist
    64  * '''version''' - The version droplist
    65  * '''severity''' - The severity droplist
    66  * '''keywords''' - The keywords
    67  * '''priority''' - The priority droplist
    68  * '''milestone''' - The milestone droplist
    69  * '''owner''' - The responsable of the ticket
    70  * '''cc''' - The list of email for notify the ticket change
     60 * '''reporter''' - 報告者の名前
     61 * '''summary''' - チケットの概要
     62 * '''description''' - チケットの完全な説明
     63 * '''component''' - コンポーネント
     64 * '''version''' - バージョン
     65 * '''severity''' - 重要度
     66 * '''keywords''' - キーワード
     67 * '''priority''' - 優先度
     68 * '''milestone''' - マイルストーン
     69 * '''owner''' - チケットを解決できそうな人
     70 * '''cc''' - チケットが更新されたときに email で通知する人のリスト。
    7171
    72 '''Example:''' ''/trac/newticket?summary=Compile%20Error&version=1.0&component=gui''
     72''':''' ''/trac/newticket?summary=Compile%20Error&version=1.0&component=gui''
    7373
    7474
    75 See also:  TracGuide, TracWiki, TracTicketsCustomFields, TracNotification
     75参考:  TracGuide, TracWiki, TracTicketsCustomFields, TracNotification