views:

58

answers:

1

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?

+1  A: 

According to Atlassian support this is not possible (yet).

Benju