我觉得我在这里遗漏了一些东西,但我想知道 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 是什么?