#7934 closed enhancement (fixed)
Allow hiding of irrelevant non-commented changes
| Reported by: | interstellar <interstellar.condition@…> | Owned by: | psuter |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.0 |
| Component: | ticket system | Version: | none |
| Severity: | normal | Keywords: | comment |
| Cc: | interstellar.condition@…, ryano@… | ||
| Release Notes: |
Added Comments only filter in the Ticket Change History preferences, to hide field changes from the history and even exclude entries without a comment |
||
| API Changes: | |||
Description
There are changes in tickets that are not always important and relevant at first. Something like this.
So, it would be much easier to read without these changes at first. If someone wants to see those changes, there should be a button (or link) "show hidden changes".
The criteria for hiding should be:
- no text in comment
- status changes (type, milestone, priority, cc, component, etc, …)
Attachments (1)
Change History (8)
comment:1 Changed 4 years ago by cboos
- Keywords comment added
- Milestone set to 0.13
comment:2 Changed 21 months ago by rblank
#10367 has been closed as a duplicate.
comment:3 Changed 21 months ago by Ryan J Ollos <ryano@…>
I've been wanting this feature as well. The th:AnnouncerPlugin has a patch for a partial implementation of this feature: th:#9031.
comment:4 Changed 21 months ago by Ryan J Ollos <ryano@…>
- Cc ryano@… added
comment:5 Changed 16 months ago by psuter
- Resolution set to fixed
- Status changed from new to closed
comment:6 Changed 16 months ago by psuter
- Milestone changed from next-major-0.1X to 0.13
- Owner set to psuter
comment:7 Changed 10 months ago by cboos
- Release Notes modified (diff)



Interesting. Besides, we can even imagine more ways to rank the comments, so that one could get a quick overview with only the (admin defined) important ones.
There's also the complementary threaded view idea, see #1835.