配置MANTIS查看问题页面的字段

Following is a list of columns to select from:

  • 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 - 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”.

 在1.1.8a,我是这样操作的,管理 -> 管理配置 -> 配置报告 -> 设置配置选项
view_issues_page_columns
array( selection, edit, priority, id, summary, category, status, last_updated)