how can JIRA soap API not have this method?

Posted by oo on Stack Overflow See other posts from Stack Overflow or by oo
Published on 2009-04-18T21:49:40Z Indexed on 2010/03/20 22:41 UTC
Read the original article Hit count: 164

Filed under:
|
|

I want to be able to get a list of issues given a:

Project Name and Release Version

this seems like a basic JIRA soap API 101 request

It seems, looking at the documentation:

http://docs.atlassian.com/software/jira/docs/api/rpc-jira-plugin/latest/index.html?com/atlassian/jira/rpc/soap/JiraSoapService.html

you can get issues by:

  1. Filter
  2. SearchTerms
  3. SearchTerms and Project

but not the above. Is this a complete oversight or i am missing something

i would expect to see something like this:

RemoteIssue[] issues = _soapService.getIssues(string project_, string version_)

any help?


UPDATE: I see that JIRA 4.0 is out but i can't find any documentation if the API has changed to support this request above. Can anyone find this link to answer that questions.

© Stack Overflow or respective owner

Related posts about jira

Related posts about soap