Modify ↓
      
        Opened 15 years ago
Closed 15 years ago
#7485 closed enhancement (fixed)
"Open ticket on this test case" should work without a patched TracTicketTemplatePlugin
| Reported by: | Roberto Longobardi | Owned by: | Roberto Longobardi | 
|---|---|---|---|
| Priority: | normal | Component: | TestManagerForTracPlugin | 
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.11 | 
Description
When one creates a ticket from a (failed) test, it would be nice, if the new ticket already defaults to a useful subject ("Failed test: Basic Sleep - Sleeping Monster").
This can be easily achieved by using the link: .../newticket?summary=Failed%20test:%20Basic%20Sleep...
unless one has the TracTicketTemplatePlugin, which instead replaces the whole ticket text on the page onload().
In this case, I have patched the above plugin to accept parameters in the URL and replace them in a template. I'll try to make this patch available through the official plugin.
Attachments (0)
Change History (5)
comment:1 Changed 15 years ago by
| Summary: | Reverse the order of changes in the test case status change history → Open ticket on this test case should work without a patched TracTicketTemplatePlugin | 
|---|
comment:2 Changed 15 years ago by
| Summary: | Open ticket on this test case should work without a patched TracTicketTemplatePlugin → "Open ticket on this test case" should work without a patched TracTicketTemplatePlugin | 
|---|
comment:3 Changed 15 years ago by
comment:5 Changed 15 years ago by
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
Note: See
        TracTickets for help on using
        tickets.
    


I plan to install this plugin and this issue is relevant since I already have TracTicketTemplatePlugin installed. I'd be able to serve as another tester on Trac 0.11.7 for any fix you have available.