有人知道如何获取Jira项目的版本描述字段吗?使用ProjectService.getVersions
方法,我们可以获得RemoteVersion
个对象数组,但这些RemoteVersion
个对象不包含描述字段。
ProjectService.getVersions()
的
getVersions
RemoteVersion[] getVersions(com.atlassian.crowd.embedded.api.User user,
java.lang.String projectKey)
throws RemoteException
Throws:
RemoteException
我是否必须通过Jira插件公开自己的网络服务才能获得此功能?
答案 0 :(得分:1)
根据Atlassian的支持,这是不可能的(<)。