Rally LookBack API with Release filter not working
Hello Friends, I need to add "Release filter" to the Defect Trends report at "https://github.com/RallyCommunity/DefectTrendApp/blob/master/deploy/App.html"
However due to some stranage reason. it does not fetches any results. I cant find anything release related to filter in the documentation as well.
It would be great, if any one will let me know if this is not supported or I am missing something.
I tried adding filters such as
releaseFilters = Ext.create('Rally.data.lookback.QueryFilter', {
property: 'Defect.Release.Name',
operator: '=',
value: '4.11'
});
Tried using the ObjectID as well. However no success.
Please help.