[MANTISCONNECT] new issue but custom fields are not set

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
jcgau
Posts: 2
Joined: 02 Apr 2008, 16:44

[MANTISCONNECT] new issue but custom fields are not set

Post by jcgau »

Hello,

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>
I would appreciate your help
Thanks
Post Reply