Feature #328

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

Added by Mar T almost 16 years ago. Updated almost 13 years ago.

Status:ClosedStart date:
Priority:NormalDue 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 Redmine - Feature #746: Versioned issue descriptions Closed 2008-02-27

History

#1 Updated by Artem Vasiliev over 15 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).

#2 Updated by Mar T almost 16 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.

#3 Updated by Jean-Philippe Lang almost 16 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.

#4 Updated by Ronie Henrich almost 15 years ago

+1

#5 Updated by Artem Vasiliev almost 15 years ago

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

#6 Updated by Artem Vasiliev over 14 years ago

Patch created closing this issue, #1717

#7 Updated by Felix Schäfer almost 13 years ago

  • Status changed from New to Closed

Closing this issue in favor of #746.

Also available in: Atom PDF