View Issue Details

IDProjectCategoryView StatusLast Update
0022419mantisbtapi soappublic2017-03-08 04:09
Reporteranderson4 Assigned Torombert  
PrioritynormalSeverityminorReproducibilityN/A
Status closedResolutionwon't fix 
Product Version1.3.0 
Summary0022419: Java Integration - No way to add custom fields to issue
Description

Hi
I'm using the api to integrate my java system with the Mantis but I don't find a way to add custom fields to the issue.
The class of the issue is "IssueData", it have the method to set the custom fields, acepting a "CustomFieldValueForIssueDataArray" by paramter, but I don't know how to add the custom fields to this object, I create a "CustomFieldValueForIssueData" object, but I don't find how to add this object to the array (CustomFieldValueForIssueDataArray). Somebody have I code snippet that do that?
I'm from Brazil, sorry by my english...

TagsNo tags attached.

Activities

rombert

rombert

2017-02-27 04:55

reporter   ~0055786

Please use the MantisBT forums for support http://www.mantisbt.org/support.php .

Make sure to specify the language you're using to connect to MantisBT - for instance in the Java bindings I don't have a CustomFieldValueForIssueDataArray class.