Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法从 Rally 中检索所有附件?Rally 中的所有导出选项似乎只导出数据,而不是附件。我也希望能够导出附件。
API 是否支持检索附件?
您可以通过 Web 服务 api 获取附件。您需要对要循环的工件发出查询,然后检查该工件上的 Attachments 字段 - 它应该是附件工件的集合。这应该记录在 Web 服务 api 文档中(Rally 中的帮助 > 右上角的 Web 服务 API)例如 - 查看缺陷,然后查找附件字段和附件类型以获取更多信息。
希望有帮助。