我觉得我在这里遗漏了一些东西,但我想知道一个故事的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是什么?
答案 0 :(得分:1)
在Rally对象模型中,没有一个名为MMF的对象。 如果最小市场特征(MMF)被定义为必须交付以便客户获得价值的最小功能,那么这可能是拉力赛的用户故事。