Changes between Initial Version and Version 7 of Ticket #12074


Ignore:
Timestamp:
Jun 24, 2017, 2:39:42 AM (7 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12074

    • Property Status changed from new to closed
    • Property Resolution changed from to worksforme
  • Ticket #12074 – Description

    initial v7  
     1{{{
    12Fault: <Fault 1: "'column name is not unique' while executing 'ticket.milestone.create()'">
     3}}}
    24
    35Any hint on how to debug further?
    46
    5 
     7{{{#!python
    68srv_target = xmlrpclib.ServerProxy("https://%s:%s@%s/%s/login/xmlrpc" % ( user, pswd, base, target))
    79srv_target.ticket.milestone.create(summary, {})
     10}}}