Feature #3546
"Related issues" should be tracked in Ticket History
| Status: | Closed | Start date: | 2009-06-26 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | Jean-Philippe Lang | % Done: | 0% |
|
| Category: | Issues | |||
| Target version: | - | |||
| Resolution: | Duplicate |
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
History
#1 Updated by Tobias Roeser almost 3 years ago
- Assignee set to Jean-Philippe Lang
#2 Updated by Paulo Santos about 2 years ago
+1
#3 Updated by Manmathan Kumar about 2 years ago
We really miss getting email notification when related (blocked by, follows) issues change status to closed.
Any time frame for implementing this?
#4 Updated by Alain V. over 1 year ago
This is important. To be able to track when you (de)relate an issue.
#5 Updated by Alain V. over 1 year ago
I guess same ticket than #1005
#6 Updated by Tobias Roeser over 1 year 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.
#7 Updated by Jean-Philippe Lang over 1 year 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.
#8 Updated by Jean-Philippe Lang over 1 year 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.