wiki:PendingTicketPlugin

Version 1 (modified by Daniel Atallah, 17 years ago) (diff)

New hack PendingTicketPlugin, created by datallah

Support for Pending Tickets

Notice: This plugin is unmaintained and available for adoption.

Description

The intent of this is to allow an administrator to mark a Ticket as "Pending" to indicate that information has been requested from the reporter. If the reporter doesn't reply with in the allotted timeframe, the ticket will automatically be closed.

This works well when combined with the SimpleTicketPlugin.

Bugs/Feature Requests

Existing bugs and feature requests for PendingTicketPlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from [download:pendingticketplugin here].

Source

You can check out PendingTicketPlugin from here using Subversion, or browse the source with Trac.

Example

Add a custom ticket field to your trac.ini file:

[ticket-custom]
pending = checkbox
pending.label = Pending
pending.value = 0

If you're using the SimpleTicketPlugin, you may want to hide it:

[simpleticket]
hide = pending

Install and enable the PendingStatusRemovePlugin to have the pending flag automatically removed when the reporter responds.

To enable the automatic closing of tickets, you'll need to set up a cron task:
TODO ADD THIS

Recent Changes

16275 by rjollos on 2017-03-02 01:36:02
1.2.0: Fix error in r16274
16274 by rjollos on 2017-03-02 01:34:40
1.2.0: Prepare for release
15998 by rjollos on 2016-11-23 21:41:15
1.2dev: Use Trac 1.2 notification API

Fixes #12964.

(more)

Author/Contributors

Author: datallah
Contributors: