Modify ↓
#13327 closed enhancement (worksforme)
Doesn't work with ticket types with spaces
Reported by: | Owned by: | tkob-trac | |
---|---|---|---|
Priority: | normal | Component: | TicketStencilPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: |
Description
Does not seem to work with ticket types with spaces in it, for example:
Defect Correction instead of Defect
Or at least I can figure out how to make a stencil, tried:
TicketStencilDefectCorrection
TicketStencilDefect_Correction
Neither worked and types (even ones without spaces) after the ones with spaces don't work either.
Attachments (0)
Change History (4)
comment:1 Changed 7 years ago by
Summary: | Does't work with ticket types with spaces → Doesn't work with ticket types with spaces |
---|
comment:2 Changed 7 years ago by
Type: | defect → enhancement |
---|
comment:3 Changed 7 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
You can create a wiki page with a space in the name, e.g. TicketStencilDefect Correction
. I confirmed that it works.
To create a TracLink to the page you need to quote a name with space: [wiki:"TicketStencilDefect Correction"]
.
Note: See
TracTickets for help on using
tickets.
This plugin currently supports only very simple cases. I will consider whether there is neat way to do that.