1

我觉得我在这里遗漏了一些东西,但我想知道 MMF 的故事。我尝试从 Feature 和 PortfolioItem 字段中提取信息,但我最终只看到了故事的功能。

Ext.create('Rally.data.WsapiDataStore', {
     model: 'User Story',
     autoLoad: true,
     fetch: ['Name', "Iteration", "PlanEstimate", "PortfolioItem", "Feature"],
     filters: filter,
     listeners: {
            load: function(store, records, success) {
                this._handleData(store);
            },
            scope: this
            }
     });

有没有办法可以使用该功能来查看它的 MMF 是什么?

4

1 回答 1

1

在 Rally 对象模型中没有称为 MMF 的对象。如果将最小可销售功能 (MMF) 定义为必须交付以使客户获得价值的最小功能,那么这可以是 Rally 用户故事。

于 2013-08-22T15:56:50.647 回答