views:

207

answers:

1

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.

+1  A: 

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 =)

Staelen