#3462 closed defect (wontfix)
Add "lack of response" type closing code to default installation
| Reported by: | Owned by: | Christian Boos | |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | general | Version: | devel | 
| Severity: | minor | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
Add "lack of response" type closing code to default installation of Trac. A lot of projects use Trac as a public ticket system, and I believe this is a problem in a lot of situations with a lack of response from the original poster.
Attachments (0)
Change History (4)
follow-up: 2 comment:1 by , 19 years ago
| Owner: | changed from to | 
|---|---|
| Status: | new → assigned | 
comment:2 by , 19 years ago
| Owner: | changed from to | 
|---|---|
| Status: | assigned → new | 
Replying to anonymous:
how does this work?
Not like that … This is not a test system, please don't abuse it.
follow-up: 4 comment:3 by , 19 years ago
| Resolution: | → wontfix | 
|---|---|
| Status: | new → closed | 
You should wait for milestone:0.11 and the integration of WorkFlow system, which will make adding a new status easy.
OTOH, you could already do this with the current system, by using a feedback keyword, manually going through those tickets and closing the unanswered ones which are too old … ([[TicketQuery(keyword=~feedback&status=!closed)]])
No results
comment:4 by , 19 years ago
Replying to cboos:
… (
[[TicketQuery(keyword=~feedback&status=!closed)]])
Oops, should be [[TicketQuery(keywords=~feedback&status=!closed)]] (keywords)



  
how does this work?