The Lookback API is part of Rally Software's Analytics 2.0 platform. It allows users to query revision history and contains data appropriate for drawing charts and graphs.
Questions tagged [lookbackapi]
79 questions
0
votes
1 answer
Lookback API _ProjectHierarchy not scoping down
Hi I am fetching the current userstories for a particular iteration using the following code
Ext.define('CustomApp', {
extend: 'Rally.app.App',
componentCls: 'app',
launch:function(){
me = this;
combo =…

user2012542
- 53
- 7
0
votes
1 answer
Can I use Java to access the Lookback data?
Is there a way to access historical data from Java? I am currently using the rally-rest-api (1.0.6) to pull task information out. But I would like to expand my query to include historical data. Is the Lookback API limited to Javascript?

Blake Clough
- 263
- 2
- 10
0
votes
1 answer
Lookback API: queries for empty date fields
We have a date field in our test cases called "Retire Date" that allows us to retire test cases without deleting them.
I'd like to know how many testcases are not retired on a particular date. How do I refer do a date field that has no entry in it?…

kimon
- 2,481
- 2
- 23
- 33
0
votes
1 answer
LookbackAPI: How long to wait for schema changes?
We added a new field to our UserStories yesterday. When I do a query for stories with the LookbackAPI and set fields = true, I see our old custom fields, but not the new one we just added.
How long typically does one have to wait to see new schema…

kimon
- 2,481
- 2
- 23
- 33