View issues can't show my custom field.

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
mars.yeh
Posts: 1
Joined: 25 Nov 2025, 07:25

View issues can't show my custom field.

Post by mars.yeh »

Hi Everyone,
I'm having trouble displaying a custom field in the View issues columns. I've tried setting it in Manage Columns and confirmed that the custom field appears in All Available Columns. I've also tried using $g_view_issues_page_columns in config_inc.php, but it still doesn't display. What else should I check?

My MantisBt current version is 2.27.1

Custom Field
Image

Linked Projects
Image

Manage Columns
Image

View Issues
Image

config_inc.php
$g_view_issues_page_columns = array(
'selection',
'edit',
'last_updated',
'priority',
'id',
'summary',
'custom_Region',
'status',
'handler'
);
atrol
Site Admin
Posts: 8547
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: View issues can't show my custom field.

Post by atrol »

Check also page My Account > Manage Columns
Please use Search before posting and read the Manual
Post Reply