Changes between Initial Version and Version 1 of Ticket #6807, comment 1


Ignore:
Timestamp:
Jan 19, 2014, 7:58:48 PM (10 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6807, comment 1

    initial v1  
    1 After you have added the custom field named ttd and some teams,please check trac.ini,make sure that "ttd = text,ttd.label = Ttd,ttd.options = test|test1" are all included in section [ticket-custom],espacialy the item "ttd = text".Then when you create a new ticket, you can see "Ttd" field ,enter the team name which you want to notify,you will find this plugin works.
     1After you have added the custom field named ttd and some teams,please check trac.ini,make sure that:
     2{{{#!ini
     3ttd = text
     4ttd.label = Ttd
     5ttd.options = test|test1
     6}}}
     7are all included in section `[ticket-custom]`, especially the item `ttd = text`. Then when you create a new ticket, you can see `Ttd` field, enter the team name which you want to notify, you will find this plugin works.