appsdk2 - Using Rally WsapiDataStore at a certain date -


i want create chart of how many tasks in given schedule state during length of sprint. possible call wsapidatastore on each day?

what looking lookback snapshot store , using lookback api - allows specify date or point in time want query by.

a typical use looks this:

    ext.create('rally.data.lookback.snapshotstore', {         pagesize : 10000,         fetch    : ['fetch'],         filters  : [{             property : '__at',             value    : 'current'         },{             property : '_itemhierarchy',             value    : 'hierarchicalrequirement'         }]     }).load({         callback : function(records) {             ext.array.each(records, function(record) {                 // each record             });         }     }); 

Comments

Popular posts from this blog

plot - Remove Objects from Legend When You Have Also Used Fit, Matlab -

java - Why does my date parsing return a weird date? -

Need help in packaging app using TideSDK on Windows -