...ewIssue.getKey(),remoteFieldValues); No exception but not updating labels Soap API version 4.2.1
Hello guys, I'm new to this community and I'm also new to using Pentaho PDI. I'm having trouble developing a solution that addresses the following challenge. Make a request in a web service soap t...
...ocuments to a SOAP service and a SR custom REST Endpoint to retrieve the documents afterwards via SOAP. This worked nicely with javax.xml.soap, but as this is no longer bundled with Java 11, we've s...
Cannot connect to Jira REST API with SOAP UI and OAuth 2.0. I get token from Jira and coded to base 64: usermail:token_from_jira Whan I configure de authentication request with this t...
I have a post-function that sends a POST request from Jira to BMC Remedy, I can do the request successfully but I don't know how can I get the SOAP response? I should be getting a value which is t...
I would like to send a SOAP call if the user click on my WebItem which found in the issue. I tried to add the soap call into a page which opens on clicking the webItem, but it doesn't worked. Can y...
...f an upload from CSV or a creation via SOAP.
I am trying to use the confluence SOAP service to add users to groups, however when I try to use any method (eg. login method) via the WCF Test client that comes with Visual Studio I get the f...
Hi All, I am new to JIRA API(Java). I know SOAP is deprecated for accessing towards JIRA but it does not prevent to make SOAP call towards outside from JIRA. Is there any issue in such i...
Hi, We are trying to move our existing project from apache axis to apache cxf. We can't change the version of Jira(< 6.3) as few of our customer are on older Jira. We are having wsdl(jirasoapserv...
We are using SOAP Confluence API for setting permissions on Confluence pages (Edit permission). Confluence version is 5.9.7. Recently, we are facing problems with Confluence (without any c...
Hello Team, Actually i was searching for the integration of jira by SOAP, can you please suggest how to do this.?
Hi community, Please if someone can help me to fixe this ussue, I get the error below when i execute an VBA macro that i develop since 3 month using SOAP30, the problem is that the m...
Hello Team: I'm working to integrate JIRA with SNOW tickiting tool, i found that i need to perfomr following from JIRA side. Anyone can help me where i need to call these SOAP . Change i...
I have a problem with confluence api soap, when I start the confluence instance, the generated wsdl is correct. .... <!--WSDL created by Apache Axis version: 1.2.1 Built on Jun 14, 2005 (09:15:5...
Confluence SoapAPI Throws "WebException: The request failed with HTTP status 502: Proxy Error." exception while calling GetAttachmentData() method. I was trying to get attachments of a wikipage. I...
Hi, We are SOAP API to set the resolution to Unresolved. I tried the snippet RemoteFieldValue[] actionParams = new RemoteFieldValue[] { new RemoteFieldValue("resolution", new String[]{null}) }; R...
Hello :) I try to start jira in web browser component in swing application. It's not problem but I would like to login JIRA from code without login form. I do that by soap services. It's p...
...ith '*'. I'm using the JQL for queries I am making with a SOAP client (I know SOAP is being replaced by REST, but I am sticking with it for now). Is it possible to use the wildcard this way? I can r...
Hi, all I've written a soap service plugin for jira, and it works in JIRA-4.4.3, however, after i upgrage jira to JIRA5.0.1 , the plugin can't be enable because some error like this: There was a...
The Jira-Client.pl version 1.5.1 does not work against Jira ver 4.4 The following line done not throw an error but the print says result was not initialized my $result = $s->call("commitacc.ac...
Copied to clipboard