1

我们刚刚建立了一个 Rational Team Concert v3 系统。数据在周五加载,但连接到报表数据仓库时出现问题,直到今天(周一)才修复。我们已经修复了它,数据加载操作现在似乎可以正确完成。

我非常渴望看到一个燃尽图——尽管我知道在 24 小时内我们将没有足够的数据来使它有用。我也渴望看到来自 RTC 服务器的任何报告,因为我们希望能够与客户共享尽可能多的信息,这是 RTC 作为大型团队工具的试验。

预计 RTC 需要多长时间才能显示与工作项相关的报告?我们已经缓存了几个数据更新 - 但只是在过去几个小时内。

我们应该等24小时吗?48?它应该立即出现吗?在 Rational 站点上还没有找到任何好的启发式方法。

4

2 回答 2

2

你需要做一些事情才能在 RTC 中获得一个像样的燃尽图

  1. 运行数据仓库作业(这会自动每 24 小时发生一次,或者您可以从“管理”部分的“报告”页面手动触发它。
  2. 完成一些工作 - 完成任务,将故事设置为已完成等。燃尽图是完成工作时间的图表。

在上述两个事件发生后,您应该在图表上看到进度。

另一件要检查的事情 - 特定的燃尽图是否指向正确的项目和团队?

如果这不起作用 - 您可能想通过 IBM 支持提出问题(听起来好像有问题,或者在 jazz.net 上的 RTC 论坛上提出问题

于 2011-11-29T21:59:29.480 回答
1

关闭 - 事实证明我们有几个问题。问题包括: - 在 RTC 和数据仓库之间同步的帐户设置不正确 - 我们必须创建一个新帐户并为其设置更多权限。- 一组真正混乱的冲刺。我不知道在项目中首次设置(默认情况下!)的 Sprint 出了什么问题,但它们从未正确同步。将任务移动到新创建的 sprint 会导致任务在报告中正确显示(同步后),但原始 sprint 被简单地破坏了。最终的解决方法 - 进行新的冲刺,相同的日期,并将所有分配的故事/任务转移给他们。

The final answer was - the data should show up instantly after a sync. If you think your sync shows new data and you don't see a change in your report, then you have a problem.

Other notes - the data in the selection fields in "edited" reports is based on the data in the warehouse. If you don't see a sprint or release in there, it means that the report search criteria is not showing that there is data in the column that you are looking for. Report business logic seems to vary by report - in some cases, not being able to select a sprint (or not having a sprint in the data that matches the "current iteration") - will cause empty reports.

于 2011-12-06T20:09:58.170 回答