Modify ↓
Opened 15 years ago
Closed 9 years ago
#8442 closed enhancement (wontfix)
Support "Fixes #x,y" syntax
| Reported by: | pipern | Owned by: | Mikael Relbe |
|---|---|---|---|
| Priority: | normal | Component: | TracTicketChangesetsPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.11 |
Description
Trac 0.11 supports a wiki syntax like this:
#10,32
(see http://trac.edgewall.org/wiki/TracLinks#ticket:links)
which turns into a link to the query page having ticket 10 and 32 listed. Note this is different to fixes #10,#32 which does currently work (we're using trunk@8118)
Due to that, we sometimes see people try to close multiple tickets, by doing fixes #10,32 in their commit message. This only causes ticket 10 to be updated and closed right now.
Attachments (0)
Change History (2)
comment:1 Changed 15 years ago by
| Status: | new → assigned |
|---|
comment:2 Changed 9 years ago by
| Resolution: | → wontfix |
|---|---|
| Status: | assigned → closed |
TracTicketChangelogPlugin supports that syntax. I suggest using that plugin and eventually we can possibly merge the two. If there are features missing from TracTicketChangelogPlugin, please comment on that.
Note: See
TracTickets for help on using
tickets.



Good suggestion. I'll add this to the pile of tickets that needs to be addressed soon.