How to get the project version description in Jira via the Soap api

Posted by Benju on Stack Overflow See other posts from Stack Overflow or by Benju
Published on 2010-05-27T19:59:52Z Indexed on 2010/05/27 20:01 UTC
Read the original article Hit count: 359

Filed under:
|
|
|

Does anybody know how to get the version description field for a Jira project? Using the ProjectService.getVersions method we can get an Array of RemoteVersion objects but these RemoteVersion objects do not contain the description field.

http://docs.atlassian.com/rpc-jira-plugin/latest/com/atlassian/jira/rpc/soap/service/ProjectService.html#getVersions(com.opensymphony.user.User, java.lang.String)

Will I have to expose my own web web service via a Jira plugin to get this?

© Stack Overflow or respective owner

Related posts about java

Related posts about soap