mantisbt:customizing_columns_in_view_issues_page
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| mantisbt:customizing_columns_in_view_issues_page [2006/09/12 04:24] – created vboctor | mantisbt:customizing_columns_in_view_issues_page [2011/09/10 17:28] (current) – Add source for information in case this paghe gets outdated again sidney | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Customizing Columns in View Issues Page ====== | ====== Customizing Columns in View Issues Page ====== | ||
| + | |||
| ===== Introduction ===== | ===== Introduction ===== | ||
| - | This recipie | + | This recipe |
| ===== Column Names ===== | ===== Column Names ===== | ||
| Line 20: | Line 22: | ||
| * eta - The issue fix eta. | * eta - The issue fix eta. | ||
| * resolution - The issue resolution. | * resolution - The issue resolution. | ||
| + | * target_version - The issue target version. | ||
| * fixed_in_version - The issue fixed in version. | * fixed_in_version - The issue fixed in version. | ||
| * view_state - The issue view state (private vs. public). | * view_state - The issue view state (private vs. public). | ||
| Line 27: | Line 30: | ||
| * version - The product version to which the issue applies. | * version - The product version to which the issue applies. | ||
| * attachment - The column that identifies whether an issue has attachments. | * attachment - The column that identifies whether an issue has attachments. | ||
| - | * category | + | * category_id |
| * severity - The issue severity. | * severity - The issue severity. | ||
| * status - The issue status. | * status - The issue status. | ||
| Line 34: | Line 37: | ||
| * bugnotes_count - The number of notes associated with the issue. | * bugnotes_count - The number of notes associated with the issue. | ||
| * custom_xyz - Custom field with name " | * custom_xyz - Custom field with name " | ||
| + | |||
| ===== Fields viewed by default ===== | ===== Fields viewed by default ===== | ||
| Line 45: | Line 49: | ||
| * bugnotes_count | * bugnotes_count | ||
| * attachment - this field won't be shown if ' | * attachment - this field won't be shown if ' | ||
| - | * category | + | * category_id |
| * severity | * severity | ||
| * status | * status | ||
| Line 54: | Line 58: | ||
| In versions prior to 1.1.0a1, using custom functions was the only option to customize the columns to be viewed in View Issues page. For more details about this option this [[http:// | In versions prior to 1.1.0a1, using custom functions was the only option to customize the columns to be viewed in View Issues page. For more details about this option this [[http:// | ||
| + | |||
| + | |||
| ===== Using Configuration ===== | ===== Using Configuration ===== | ||
| Line 69: | Line 75: | ||
| * Set the " | * Set the " | ||
| <code php> | <code php> | ||
| - | array ( ' | + | array ( ' |
| </ | </ | ||
| * Click "Set Configuration Option" | * Click "Set Configuration Option" | ||
| + | |||
| + | |||
| + | |||
| + | ===== Changes in 1.2 ===== | ||
| + | The " | ||
| + | |||
| + | Since at least 1.2 the name for the Category column has been changed from " | ||
| + | |||
| + | The correct value to use for the above example starting from 1.2 is: | ||
| + | <code php> | ||
| + | array( selection, edit, priority, id, sponsorship_total, | ||
| + | </ | ||
mantisbt/customizing_columns_in_view_issues_page.1158049457.txt.gz · Last modified: 2008/10/29 04:31 (external edit)
