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: 183
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.
© Stack Overflow or respective owner