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 ...
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 ...
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 ...
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 ...
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.
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 ...
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. ...
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 ...
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 ...