同时查询Wsapi DataStore的用户故事和缺陷

时间:2013-01-18 22:57:02

标签: rally

有没有办法使用单个查询查询多个'模型'?类似于使用_Type的回顾查询:{'$ in':['HierarchicalRequirement','Defect']}

                Ext.create('Rally.data.WsapiDataStore', {
                    model: ['UserStory','Defect'], //this does NOT work
                    context: context,
                    autoLoad: true,
                    filters: newFilter,
                    fetch: 'Name,FormattedID,AcceptedDate,ScheduleState,PlanEstimate,KanbanState',
                sorters: [
                          {
                              property: 'AcceptedDate',
                              direction: 'ASC'
                          }
                    ],
                    listeners: {
                    load: this._onDataLoaded,
                    scope: this
                }
                });

1 个答案:

答案 0 :(得分:0)

目前RUI SDK不支持此功能,但希望有一段时间可以使用。

相关问题