View Issue Details

IDProjectCategoryView StatusLast Update
0000934mantisbtfeaturepublic2005-04-18 10:29
Reportertomki Assigned Tovboctor  
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionfixed 
Fixed in Version1.0.0a1 
Summary0000934: Would be nice to select what columns to view
Description

in the main list of bugs.
Specifically, I have been wanting to see who bugs are assigned to, without going into the bug.

TagsNo tags attached.

Relationships

related to 0003865 closedatrol Ability to change fields subset and fields order in view_all_bug_page using config-files only 
related to 0003834 new Show the resolution below the status on view all bugs page 
has duplicate 0004247 closedgrangeway custom fields visible on view_all_bug_page.php 
has duplicate 0003952 closedgrangeway view reporter in bug-list 
has duplicate 0003677 closedgrangeway Two extra columns for "Date summited" and percentage completed 
has duplicate 0002241 closedgrangeway Filtering and sorting by Projection 
has duplicate 0002516 closedgrangeway Date submitted in View All listing 
has duplicate 0004399 closedgrangeway Choose 'Viewing Issues' table columns 
has duplicate 0003605 closedgrangeway Show resolution in bug list and filter by resolution 
has duplicate 0005515 closedrombert view reporter in bug-list 
related to 0001261 acknowledged Filter displayed information according to access rights 
related to 0003679 acknowledged More bugs infos 
related to 0003315 closedvboctor Allow user to add custom fields in Reports, Exports and Bugs View 

Activities

rep

rep

2001-09-19 10:24

reporter   ~0001338

Sorting by priority, ETA, version would all be nice. Without being able to sort by these things they are not of that much use when looking at the project level.

prescience

prescience

2001-09-20 09:28

reporter   ~0001345

It's on the to do list but not very urgent yet.

If you want to see the assigned users you can sorta do that by turning on a config_inc.php variable. I think it's $g_show_assigned.

grangeway

grangeway

2004-08-03 06:08

reporter   ~0006577

This should also allow viewing of custom fields / removing fields etc from the filtered views.

jlatour

jlatour

2004-08-07 11:12

reporter   ~0006774

Somehow I don't think Ken is going to get around to this anytime soon, so I'm releasing it for others.

DGtlRift

DGtlRift

2004-11-09 08:48

reporter   ~0008303

Any idea where this stands in the road map?

vboctor

vboctor

2005-01-29 09:12

manager   ~0009147

Last edited: 2005-01-29 09:13

This can now be controlled by overriding the custom function:
custom_function_default_get_columns_to_view()

At the moment, this supports the following fields:

  • selection
  • edit
  • priority
  • bug_id
  • sponsorship
  • bugnotes_count
  • attachment
  • category
  • severity
  • status
  • last_updated
  • summary

You can also include custom fields as follows (replace "my_field_name" with actual custom field name).

  • custom_my_field_name

More details about custom functions can be found at:
http://manual.mantisbt.org/manual.customizing.mantis.custom.functions.php