I would like to know if someone can help me to determine what steps I do need to modify Redmine in the table shown at the URL:
http://0.0.0.0:3000/projects/my_project/issues
I need to add another column, lets say “close date”, where it reports the last date on which an issue became closed state.
As I understand Redmine, the matter is to return the field created _ on of the journal whose journal _ details change to status _ id = 5
And the change would be somewhere in issues_controller, but given my ignorance on Ruby and Ruby on Rails I feel lost…
So, any help would be very valuable.
Thank you.
I actually think there is a setting in RedMine to add a custom field to issues, projects, users, etc.
Go to
Administration => Custom Fields => Select Issue Tab => New Custom Field.Hope it helps. =)