Rally release scope change app tagging deleted items -


in sdk 2.0 version of rally release scope change app, there filter being applied search items in recycle bin (in _getsnapsforsubset function):

    var deleted_item_from_release_change_filter = ext.create('rally.data.lookback.queryfilter', {         property: 'release',         operator: 'in',         value:release_oids     }).and(ext.create('rally.data.lookback.queryfilter', {         property: '_previousvalues.recycled',         value:false     })); 

in returned result sets during processing want pull these out explicitly can't see easy way identify them.

during filter process can tag these records in way can identify them later?

you using snapshot store gets data lookbackapi. per this post , this post lbapi doesn't track entries in recycle bin, , there no way know when has been restored recycle bin. there recycled attribute on hierarchicalrequirement in ws api, reflects current value (if item in recycle bin, true or false), since ws api not provide historical data.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -