Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 2nd, 2012  |  syntax: None  |  size: 0.55 KB  |  hits: 15  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Fail to insert values into custom cascading list in JIRA via SOAP
  2. TestCatA
  3.  
  4. - CatA_1
  5. - CatA_2
  6.  
  7. TestCatB
  8.  
  9. - CatB_1
  10. - CatB_2
  11.        
  12. RemoteCustomFieldValue[] actionParams2 = new RemoteCustomFieldValue[]{
  13.          new RemoteCustomFieldValue("customfield_10012", null, new String[]{"TestCatA"}),
  14.          new RemoteCustomFieldValue("customfield_10012", "1", new String[]{"CatA_1"})};
  15. issue.setCustomFieldValues(actionParams2);
  16.        
  17. faultString: com.atlassian.jira.rpc.exception.RemoteValidationException: {customfield_10012=Value: 'CatA_1' is an invalid Option} : []