where can i find the SOAP attach function ?
and how to use it
I need to upload my attachements related to issue
in my old software each issue may have several attachement
I copied the attachemet in a folder C:\\Attachements\
nw i need to merge them with issues
In the documentation?
http://docs.atlassian.com/software/jira/docs/api/rpc-jira-plugin/latest/com/atlassian/jira/rpc/soap/JiraSoapService.html documents the calls available, including the call addBase64EncodedAttachmentsToIssue
General stuff about writing SOAP clients is at http://confluence.atlassian.com/display/JIRA/Creating+a+SOAP+Client That should give you an idea on how to use the function call.
I'm not trying to be difficult by saying this, but could you please try the basic search functions in Answers and the Documentation before asking? You seem to keep asking questions where the answers are all "if you had searched the docs, you'd find..."
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.