如何通过Soap api获取Jira中的项目版本描述

时间:2010-05-27 19:59:53

标签: java soap jira

有人知道如何获取Jira项目的版本描述字段吗?使用ProjectService.getVersions方法,我们可以获得RemoteVersion个对象数组,但这些RemoteVersion个对象不包含描述字段。

ProjectService.getVersions()

Documentation

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

我是否必须通过Jira插件公开自己的网络服务才能获得此功能?

1 个答案:

答案 0 :(得分:1)

根据Atlassian的支持,这是不可能的(<)。