rtc - 如何使用 OSLC 在 rtc jazz 中获取项目的冲刺或迭代详细信息

标签 rtc jazz oslc

任何人都可以使用 oslc 或 REST 调用帮助我获取其中的迭代和冲刺列表以及该冲刺中的工作项

最佳答案

This thread报告查询迭代可能有点棘手:

For the purpose of obtaining iteration for specific development line. Reporting Rest I/F may helps.

https://clm.example.com:9443/ccm/rpt/repository/foundation?fields=foundation/iteration[developmentLine/name= 'RTC V4.0.6 开发']/(id|name|developmentLine/name)

This yields some thing like:

<iteration> <developmentline> <name> <iteration>
    <developmentline><name>RTC V4.0.6 Development</name></developmentline>
    <id>Sprint 2</id>
    <name>Sprint 2</name>
</iteration> </name> </developmentline> </iteration>

Unfortunately, iteration belongs to development line, so we have to query developmentLine using like:

https://clm.example.com:9443/ccm/rpt/repository/foundation?fields=foundation/developmentLine/(name|projectArea/name)

For the brief introduction to reportable RestAPI, refer to this web pages.

https://jazz.net/wiki/bin/view/Main/ReportsRESTAPI

Good feature of this reports API is that we can query by name, not uuid of objects.

关于rtc - 如何使用 OSLC 在 rtc jazz 中获取项目的冲刺或迭代详细信息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27263908/

相关文章:

java - 如何使用 RTC Java API 5.2 获取项目/文件的当前状态,即 ChangeSet/UUID/版本号

rtc - 如何通过程序从 IWorkItem 项目中获取 ChangeSet(所有文件更改)

eclipse - 什么是 .jazzignore 文件?

rational-team-concert - RTC简单ID查询结果404?

java - IBM 爵士团队服务器 : Getting Changes from Changeset using OSLC

c# - HttpWebRequest .GetResponse 抛出 WebException 'The operation has timed out'

最大化 View 时 Eclipse 客户端挂起

java - 使用 Java 和 Spring Boot 编写的 IBM RTC 日志记录 SDK

Eclipse .jazzlock 保存无法完成