|
Ernest, that link is not really helpful. I think Ivan knows how to setup a soap client.
Currently soap has a way to retrieve ONE issue if you know the issue key, but there is no way to retrieve the issue keys using soap. Also there is no way to get a group of issues in a project either. I would like ot see something like getProjectIssues(token, projectKey) to get all the issues from the project. Hi Ivan and Sebastian,
You are absolutely right. There is curently no way to retrieve the results of a filter using SOAP. This is currently a feature request At the moment there is a way to get the results of a filter via a direct HTTP GET request. Please have a look at: If you append &os_username=<username>&os_password=<password> and substitute the correct username and password you will be able to execute the search as a particular user. I hope this helps. Please let us know if you have any other questions or would like more information. Otheriwse please resolve this issue. Thanks, thanks! that's interesting, but it's not very good to have the password in plain text like that. I think it would be better to have a function like getProjectIssues(roken, projectKey).
however, you can use getIssue(token, issueKey) and just run through a loop producing keys. so that works. Guys,
I've just written a getIssues method that will return all issues for a given filter. This should be available with the 3.2.1 release. We'll also try to get it out before as a standalone plugin. You can keep an eye on the progress at: http://confluence.atlassian.com/display/JIRAEXT/JIRA+RPC+plugin Cheers Mark C >thanks! that's interesting, but it's not very good to have the password in plain text like that. I think it would be better to >have a function like getProjectIssues(roken, projectKey).
>however, you can use getIssue(token, issueKey) and just run through a loop producing keys. so that works. Yes I ended up with this idea - it is working but the application now require log time to run through all the project issues > Guys, I've tested it and it is working fine, 10x |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
You should be able to find what you are after in the SOAP Client Tutorial:
http://confluence.atlassian.com/display/JIRA/Creating+a+SOAP+Client+Tutorial
Please let us know if we can be of further assistance.
Cheers
Ernest