我正在管理具有多个 Hive 的项目。每个 Hive 有 10 个小队,该项目跨越多个小队。
我已经创建了交付计划来跟踪 ADO 中的项目。
如果可以实现的话,我想获得以下用例的输入
a) 交付计划以跨小队的功能 > 故事的层次结构列出状态。请注意,小队具有用 Sprint # 定义的迭代字段。目前这些已列入交付计划。但是,我无法获取列出的功能,因为它们是跨冲刺交付的,并且迭代未使用冲刺名称定义
b) 如何获取交付计划中每个冲刺故事点中可用容量与计划交付的汇总视图
c) 对于过去已完成的冲刺如何获得小队速度
d) 此交付计划是否是跟踪项目交付的正确工具,如项目计划 (mpp) 或任何其他更好的端到端跟踪项目的方法
e) 是否设置阈值并为未来冲刺中没有足够积压的团队发送警报
期待专家建议以实施更好的实践
对于您的问题:
Delivery plan to list status with the hierarchy of Feature > Story across squads. Note the squads have iteration field defined with Sprint #. Currently these are getting listed in the delivery plan. However, I am unable to get the Feature being listed since they get delivered across sprints and the iteration is not defined with sprint name
如果冲刺(迭代)包含与另一个冲刺重叠的日期,则分配给该冲刺的工作项将无法显示在交付计划上。在定义冲刺时,您应该避免包含重叠的日期。
How to get the rolledup view of capacity available vs delivery planned in story points in each sprint in the delivery plan
交付计划不提供任何分析视图图表。您可以转到“Sprints”>“Analytics”来尝试获取每个团队在每个冲刺中的视图图表。
For the past sprints that are completed how to get the squad velocity
无法从交付计划中获取小队速度。如上所述,尝试从“Sprints”>“Analytics”获取信息。
Is this Delivery Plan the right tool to track the project delivery like a project plan (mpp)or any other better way to track a project end to end
您应该将交付计划与 Azure Boards 的其他功能(例如分析视图、查询等)结合使用来跟踪/监控您所需的信息。 Delivery Plan 无法完全取代其他功能来完成所有工作。