Feature #3546
closed"Related issues" should be tracked in Ticket History
0%
Description
Changes in ticket relations should be tracked in the ticket history.
Benefits:- (obviously) one can track any change in ticket relations
- watchers and ticket owners will be notified, when ticket relations change
- (nice to have, maybe another ticket) one gets notified when blockers were closed
Related issues
Updated by Manmathan Kumar over 14 years ago
We really miss getting email notification when related (blocked by, follows) issues change status to closed.
Any time frame for implementing this?
Updated by Alain V. about 14 years ago
This is important. To be able to track when you (de)relate an issue.
Updated by Tobias Roeser about 14 years ago
I'm willing to create a patch that adds this feature. Can someone give me a hint where to start. E.g. which file or function to look first. I'm new to Redmine/Ruby development, btw.
Updated by Jean-Philippe Lang about 14 years ago
Deleting an issue attachment is logged in the history.
So you may want to look at Issue#attachment_removed
: source:/trunk/app/models/issue.rb@4263#L771
This is a callback and it's called because of :after_remove => :attachment_removed
option on the attachments association.
Updated by Jean-Philippe Lang about 14 years ago
- Status changed from New to Closed
- Resolution set to Duplicate
BTW, I close this ticket as a dup of #1005 that was open before.