开发者

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

开发者 https://www.devze.com 2023-01-01 12:32 出处:网络
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 d

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.

Documentation for ProjectService.getVersions():开发者_运维技巧

getVersions
RemoteVersion[] getVersions(com.atlassian.crowd.embedded.api.User user,
                            java.lang.String projectKey)
                            throws RemoteException
Throws:
RemoteException

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


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

0

精彩评论

暂无评论...
验证码 换一张
取 消