简体   繁体   English

如何通过Soap API在Jira中获得项目版本说明

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

Does anybody know how to get the version description field for a Jira project? 有人知道如何获取Jira项目的版本描述字段吗? Using the ProjectService.getVersions method we can get an Array of RemoteVersion objects but these RemoteVersion objects do not contain the description field. 使用ProjectService.getVersions方法,我们可以获取一个RemoteVersion对象的数组,但是这些RemoteVersion对象不包含描述字段。

Documentation for ProjectService.getVersions() : 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? 我需要通过Jira插件公开自己的Web服务吗?

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何通过REST API获得JIRA问题的描述,受让人名称? - How can I get the description,assignee name of a JIRA issue via the REST API? 如何在Groovy中使用JIRA REST CLIENT JAVA创建版本并获取特定项目的任何版本的详细信息? - How to create the version and get the details of any version of specific project using JIRA REST CLIENT JAVA in groovy? 如何通过SOAP在jira中添加新组件? - How can I add new component in jira via SOAP? 如何使用JIRA REST API获取特定项目和组件的所有Fixversions的列表? - how to get list of all the Fixversions of particular project and component using JIRA REST API? 从jira soap api迁移到jira rest api:getCustomFieldValues的问题 - migrating from jira soap api to jira rest api: issues with getCustomFieldValues 如何通过java检索附件列表JIRA rest api? - How retrieve a list of attachments JIRA rest api via java? 通过SOAP服务向JIRA进行身份验证时保护密码存储 - Secure password storing while authenticating to JIRA via SOAP service 无法通过SOAP将值插入JIRA中的自定义级联列表中 - Fail to insert values into custom cascading list in JIRA via SOAP 如何使用SOAP获取JIRA多复选框自定义字段中的所有值? - How do I get all values in a JIRA multi-checkbox customfield with SOAP? 如何通过Jira Rest API获取问题的创建者屏幕? - How to get the creator screen of an issue with Jira Rest API?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM