Today I work with the 1.2.1 Version of Mantis, the creation of a new bug works with the Mantisconnect interface whereas the custom fields are not set
Here is a part of my Code (soap xml part) :
mc_issue_add
Code: Select all
<custom_fields xsi:type="man:CustomFieldValueForIssueDataArray" soapenc:arrayType="man:CustomFieldValueForIssueData[2]"/>
<item xsi:type="tns:CustomFieldValueForIssueData">
<field xsi:type="tns:ObjectRef">
<id xsi:type="xsd:integer">46</id>
</field>
<value xsi:type="xsd:string">17/6/2010 9:54:45</value>
</item>
<item xsi:type="tns:CustomFieldValueForIssueData">
<field xsi:type="tns:ObjectRef">
<id xsi:type="xsd:integer">26</id>
<name xsi:type="xsd:string">HPQC_ID</name>
</field>
<value xsi:type="xsd:string">972</value>
</item>
Thanks