有人知道如何获取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插件公开自己的Web服务吗?

最佳答案

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

08-17 21:26