Changes between Version 1 and Version 2 of RemoteTicketConditionalCreatePlugin


Ignore:
Timestamp:
Dec 11, 2012, 5:51:45 AM (11 years ago)
Author:
Zack
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RemoteTicketConditionalCreatePlugin

    v1 v2  
    2525== Example ==
    2626
    27 test.
     27
     28{{{
     29[remoteticketconditionalcreate]
     30status = escalated, blah              # workflow actions, comma seperated
     31intertrac_name = local                # local intratrac name for remote links
     32
     33escalated.component = 00-None         # component to use for remote ticket
     34escalated.remote_intertrac = trac     # remote intratrac name
     35escalated.type = defect               # type to use for remote ticket
     36escalated.xmlrpc_user = user          # Optional
     37escalated.xmlrpc_password = password  # Optional
     38escalated.local_cfield = escalate     # custom field to use for local ticket
     39escalated.remote_cfield = escalate    # custom field to use for remote ticket
     40}}}
     41
    2842
    2943== Recent Changes ==