Changes between Version 12 and Version 13 of PendingTicketPlugin


Ignore:
Timestamp:
Nov 22, 2016, 11:46:54 PM (7 years ago)
Author:
Ryan J Ollos
Comment:

Improve description.

Legend:

Unmodified
Added
Removed
Modified
  • PendingTicketPlugin

    v12 v13  
    55== Description
    66
    7 This plugin allows an administrator to mark a Ticket as "Pending" to indicate that information has been requested from the reporter. If the reporter doesn't reply within the allotted timeframe, the ticket will be closed automatically.
    8 
    9 This works well when combined with the SimpleTicketPlugin.
     7This plugin manages tickets with status //Pending//. If the reporter doesn't reply within the specified timeframe, the ticket will be closed automatically. If the reporter replies to the ticket, the status is changed from //Pending// (to //New//, by default).
    108
    119== Bugs/Feature Requests
     
    3129General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    3230
    33 You will also need to enable the Plugin in your `trac.ini` file:
     31You will need to enable the plugin in your `trac.ini` file:
    3432{{{#!ini
    3533[components]
     
    3735}}}
    3836
    39 Set up your ticket workflow to include a 'pending' status, for example in your `trac.ini` file:
     37Configure your ticket workflow to include a //pending// status. For example:
    4038{{{#!ini
    4139[ticket-workflow]
     
    4442}}}
    4543
    46 Specify the status for tickets when 'pending' is removed:
     44Specify the status for tickets when //pending// is removed:
    4745{{{#!ini
    4846[ticket]
     
    5048}}}
    5149
    52 Setup a cron script to automatically close tickets.
     50Create a cron script to automatically close tickets:
    5351{{{#!sh
    5452#!/bin/bash