2011年10月24日月曜日

Mantisバグトラッカーで検索結果の項目を変更する

使ってない項目が邪魔くさいとか、カスタム項目も見たいとか、そんな理由でチケットの検索結果一覧の項目を変更したい場合の方法。

システム管理>設定管理メニューにて、オプションを設定すればカスタマイズできる。

手順は以下サイトの通り、

http://www.mantisbt.org/wiki/doku.php/mantisbt:customizing_columns_in_view_issues_page

だが、

array ( 'selection', 'edit', 'priority', 'id', 'sponsorship_total', 'bugnotes_count', 'attachment', 'category_id', 'severity', 'status', 'last_updated', 'summary' );


こんな値を入れろと書いてあるところで、引用符を付けたままだとダメで、(selection, ...のように引用符を付けないのが正解のようだ(ちなみに俺が使ってるのは1.1.8)。

追記 -----------

項目名 view_issues_page_columns
型 Default


設定可能な値一覧

  • selection - The tick box that allows the selection of the bugs to perform a group operation on.
  • edit - The pen that allows opening an issue in Edit mode.
  • id - The issue id.
  • project_id - The project name
  • duplicate_id - The id of the last duplicate set for an issue.
  • reporter_id - The reporter of the issue.
  • handler_id - The handler of the issue (i.e. the person assigned the issue).
  • priority - The issue priority.
  • reproducibility - The issue reproducibility.
  • projection - The issue projection.
  • eta - The issue fix eta.
  • resolution - The issue resolution.
  • target_version - The issue target version.
  • fixed_in_version - The issue fixed in version.
  • view_state - The issue view state (private vs. public).
  • os - The OS to which the issue applies.
  • os_build - The OS Build to which the issue applies.
  • platform - The platform to which the issue applies.
  • version - The product version to which the issue applies.
  • attachment - The column that identifies whether an issue has attachments.
  • category_id - The issue category.
  • severity - The issue severity.
  • status - The issue status.
  • last_updated - The issue last updated time stamp.
  • summary - The issue summary.
  • bugnotes_count - The number of notes associated with the issue.
  • custom_xyz - Custom field with name “xyz”.

0 件のコメント:

コメントを投稿