Can any one give me details on what GenericValue gv is?
Is this how the xml should look like based of the documentation?
<gv>
<id>12345</id>
<name>Some Name</name>
</gv>
public class RemoteComponentextends AbstractNamedRemoteEntity
<th align="left" colspan="2">
RemoteComponent() |
RemoteComponent(org.ofbiz.core.entity.GenericValue gv) |
RemoteComponent(java.lang.String id, java.lang.String name) |
Renjith,
I posted this question earlier - https://answers.atlassian.com/questions/56471/add-component-in-createissue
I am trying to add components in createIssue. I don't know what is the right the XML. I am looking at the documentation but cannot figure it out. the SOAP call doesn't accept my component, though it creats an issue. According to their documentation what else I need to add in this XML?
<components xsi:type="jir:ArrayOf_tns1_RemoteComponent" soapenc:arrayType="bean:RemoteComponent[1]" xmlns:jir="https://server/rpc/soap/jirasoapservice-v2"> <RemoteComponent><id xsi:type="xsd:string">10254</id> <name xsi:type="xsd:string">Some component I want to add to the issue</name> </RemoteComponent></components>
If you could give a bit more detail on what you are trying to achieve, it may help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.