jira « soap « Java Enterprise Q&A





1. Jira RPC/SOAP GetCustomFields() can only be used by an administrator?    stackoverflow.com

I'm currently using the Jira SOAP interface within a C# (I suppose the language used here isn't terribly important). Basically, I'm creating an API and a Winform that wraps some of the ...

2. JIRA SOAP createIssue from C#    stackoverflow.com

Has anyone had trouble with response of JIRA's createIssue method? The problem is, that method returns empty attachmentName node:

<attachmentNames soapenc:arrayType="soapenc:string[0]" xsi:type="soapenc:Array"/>
which is actually ok, but then the deserialization to the RemorteIssue object ...

3. Webservice Jira gives: Error: No such operation 'getIssuesFromJqlSearch' from Jira 4.01    stackoverflow.com

When I use the Webservice of Jira, I need to use the method getIssuesFromJqlSearch to describe a certain (JQL) Query. But it returns me "No such operation 'getIssuesFromJqlSearch'". Is this method ...

4. Using lambda expressions and linq    stackoverflow.com

So I've just started working with linq as well as using lambda expressions. I've run into a small hiccup while trying to get some data that I want. This method ...

5. How to create project notification scheme with JIRA Soap    stackoverflow.com

i want to create a RemoteScheme , with set new mail notifications , then update jira project with new mail notifications i created use jira soap api. can any one give some ...

6. How to create sub-issue use jira soap    stackoverflow.com

in the JiraSoapService class ,i can't find any method to create a sub issue or link to another issue. mine jira Rpc plugin version is 4.2.1-b588. any one help me! thinks.

7. How to get to the avatar/image of a Jira user through SOAP or other means    stackoverflow.com

I'd like to display the user avatars/images of developers registered with a Jira project. Jira has a web service API (my version is 4.2), but unfortunately I can't find an action ...

8. JIRA SOAP Client - return invalid field value    stackoverflow.com

I have a problem using JIRA SOAP client. When I use RemoteIssue.getResolution() or RemoteIssue.getStatus() I get number values. For example let say we have an issue that has resolution = fixed. ...

9. How do I get all values in a JIRA multi-checkbox customfield with SOAP?    stackoverflow.com

I'm developing a web application that uses SOAP to communicate with JIRA. I have a custom field that contains several checkboxes, and I can get this field through SOAP, but I ...





10. How can I add new component in jira via SOAP?    stackoverflow.com

I would like to add a new component in a jira Project via Soap, but I don't found the appropriate method to do this. this is an example of adding a component ...