Feature #3546
closed
"Related issues" should be tracked in Ticket History
Added by Tobias Roeser over 15 years ago.
Updated about 14 years ago.
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
- Assignee set to Jean-Philippe Lang
We really miss getting email notification when related (blocked by, follows) issues change status to closed.
Any time frame for implementing this?
This is important. To be able to track when you (de)relate an issue.
I guess same ticket than #1005
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.
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.
- Status changed from New to Closed
- Resolution set to Duplicate
BTW, I close this ticket as a dup of #1005 that was open before.
Also available in: Atom
PDF