Feature #328

Log any changes to the issue. description ,subject etc.

Added by Mar T almost 5 years ago. Updated over 1 year ago.

Status:Closed Start date:
Priority:Normal Due date:
Assignee:- % Done:

0%

Category:-
Target version:-
Resolution:

Description

It would be good to also to include as part of the history every time there is a change in the description or subject.
this way you can know if someone changed it and when.

If there is already a way to know that please let me know.

thanks a lot


Related issues

duplicates Feature #746: Versioned issue descriptions Closed 2008-02-27

History

Updated by Jean-Philippe Lang almost 5 years ago

As far as i know, subject changes are logged.
See: http://demo.redmine.org/issues/show/2 for example (look
at the last change).

If you want to save description changes, just change:
(Issue.column_names - %w(id description)).each {|c|
to:
(Issue.column_names - %w(id)).each {|c|
in app/models/issue.rb (line 64 in rev473)

Note that values shown in the history will be truncated to 255
chars, since value and old_value columns of journal_details table
are varchar255.

Updated by Mar T almost 5 years ago

Thanks i will try that.

The reason i asked for the description. is so when someone
makes an issue request or reports it, they cant just change
it without noticing it.

Thanks for the reply.

Updated by Artem Vasiliev about 4 years ago

+1!
The tracker looks really good but this feature is a must to me.

It's really good if this is so easy to hack but I suggest to
also include it in Demo (it's not there yet - just tried it).

Updated by Ronie Henrich over 3 years ago

+1

Updated by Artem Vasiliev over 3 years ago

Notice there's a separate ticket on description history diffing, #746

Updated by Artem Vasiliev over 3 years ago

Patch created closing this issue, #1717

Updated by Felix Schäfer over 1 year ago

  • Status changed from New to Closed

Closing this issue in favor of #746.

Also available in: Atom PDF