Changes between Initial Version and Version 2 of Ticket #7520


Ignore:
Timestamp:
Aug 19, 2010, 6:32:57 PM (14 years ago)
Author:
Ryan J Ollos
Comment:

Updated description - Wrapped patch code in description with a code block. Btw, patches as attachments are always preferred to inline pastes.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7520

    • Property Type changed from defect to enhancement
    • Property Summary changed from Ability to have a default status on triage operations to [Patch] Ability to have a default status on triage operations
  • Ticket #7520 – Description

    initial v2  
    44
    55Example:
     6{{{
    67reopen = closed -> *
    78reopen.operations = del_resolution,triage,del_owner
     
    910reopen.triage_field = type
    1011reopen.triage_split = *->reopened,bug->development
     12}}}
    1113
    1214SVN Diff:
     15{{{
    1316Index: controller.py
    1417===================================================================
     
    3235+            status = default_status
    3336         return status
     37}}}