Feature #328
closed
  
Log any changes to the issue. description ,subject etc.
 
        
        Added by Mar T over 18 years ago.
        Updated over 15 years ago.
        
  
  
  
  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
   
 
 
  
  
    
    
    
    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.
 
   
  
  
    
    
    
    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.
 
   
  
  
    
    
    
    +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).
 
   
  
  
  
  
    
    
    
    Notice there's a separate ticket on description history diffing, #746
 
   
  
  
    
    
    
    Patch created closing this issue, #1717
 
   
  
  
    
    
    
    
       - Status changed from New to Closed
Closing this issue in favor of #746.
 
   
  
 
  
  
 
Also available in:  Atom
  PDF