How can I add date_submitted to 'view_issues_page_columns'

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
kelvinlow
Posts: 5
Joined: 10 May 2016, 07:51

How can I add date_submitted to 'view_issues_page_columns'

Post by kelvinlow »

I would like to add a data_submmited column to the view issue page
But after I just checked about the 'View_isssue_page_column'
https://www.mantisbt.org/wiki/doku.php/ ... ssues_page
I just recognized date_submitted is not supported to add
Is there any way to do so? Thanks
aavagyan
Posts: 84
Joined: 08 Dec 2013, 14:23
Location: Germany
Contact:

Re: How can I add date_submitted to 'view_issues_page_colum

Post by aavagyan »

I don't know if this is good idea or not, but probably you can:

- create custom field
- create database trigger, which will populate custom field each time there is new issue
- run query, which will populate custom fields of all already existing issues
Mantis Statistics Plugin: https://www.mantisstats.org
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: How can I add date_submitted to 'view_issues_page_colum

Post by atrol »

Isn't this very easy or am I getting something wrong?

Goto page My Account > Manage Columns
Add ,date_submitted to the "View Issues Columns"
Click "Update Columns For Current Project"
Please use Search before posting and read the Manual
aavagyan
Posts: 84
Joined: 08 Dec 2013, 14:23
Location: Germany
Contact:

Re: How can I add date_submitted to 'view_issues_page_colum

Post by aavagyan »

I'm afraid you are right. :-)
Mantis Statistics Plugin: https://www.mantisstats.org
Post Reply