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:
you can get issues by:
- Filter
- SearchTerms
- 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.