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
1
vote
1 answer
Is getting the General ID same as getting FormattedID in rally?
I am trying to get the ID under "General" from a feature item in rally. This is my query:
body = { "find" => {"_ProjectHierarchy" => projectID, "_TypeHierarchy" => "PortfolioItem/Feature"
},
"fields" =>…

Rohan Dalvi
- 1,215
- 1
- 16
- 38
1
vote
1 answer
Lookback API: Return visible work items only
We are having several issues using the LBAPI to scope down from the portfolio items in our workspace. Since many teams contribute to a single project, and a user trying to pull metrics on these projects might not always have view access to all the…

Conner Reeves
- 1,381
- 8
- 13
1
vote
1 answer
Rally Lookback call in custome HTML app
Rally Lookback API:
I need to query using the Rally Lookback API in a custom HTML App inside Rally.
I dont know how to call the Lookback API, in the overall HTML.
Could anyone please send me a sample App HTML ?

Patrick
- 29
- 4
1
vote
1 answer
Lookback 2.0 and Lumenize example
API 2.0 RC1. I can call the lookback snapshot store to return the records I want, but then I can't get the calculator to work correctly. The Lumenize functions are undefined: TypeError: Rally.data.lookback.Lumenize is undefined
I run the query,…

Michael Byers
- 233
- 1
- 8
1
vote
1 answer
Lookback API: _ItemHierarchy Scoping - Ignore Forbidden Projects
I have been trying to query for User Stories which descend from the RPM by using the Lookback API in conjunction with the _ItemHierarchy filter. The problem seems to be that the Lookback API wants to return data from all the projects it knows about,…

Conner Reeves
- 1,381
- 8
- 13
1
vote
1 answer
Rally Lookback API: SSO Authentication Errors
Our organization uses single sign-on functionality to log into Rally automatically for each user. Wit custom apps I have created in the past which use the Web Services API, this doesn't appear to cause any troubles, however, when a user who has SSO…

Conner Reeves
- 1,381
- 8
- 13
1
vote
1 answer
Rally Lookback API: Inequalities with a Tasks State value
When I ask for all snapshots in a given timeframe where the previous State value of a Task object is less than "Completed", I get zero results. However, if I switch around the inequality to greater than "Completed", I get the results I expected. I…

Heather K
- 61
- 3
1
vote
1 answer
Rally Lookback API: Understanding result count when snapshot spans date endpoint
I am running a fairly simply query where I am looking for the count of snapshots on Tasks between a certain time frame. Assuming dates d1, d2 and d3 where d1 < d2 < d3 I would expect that the count of snapshots between d1 inclusive and d2 exclusive…

Heather K
- 61
- 3
1
vote
1 answer
Lookback API: Test Case Results?
Is there a way through the Lookback API to see Test Case Results related to Test Cases? - With the WSAPI a TestCase has a Results field that is a collection of TestCaseResults, however when I query the Lookback API for TestCase (with fields=true) I…

Shawn S
- 161
- 9
1
vote
1 answer
Rally Lookback API filter on a custom field
We are using a Kanban board and have a custom field on UserStories called KanbanState. Can I filter the lookback query on this field? (property: 'KanbanState' value: 'Accepted'). Or can I only filter on the ScheduleState field? It appears I have…

user1825449
- 51
- 1
1
vote
1 answer
Lookback API: How long is a defect in a particular state?
We have a state in our defects called "Need More Information". I would like to create a graph over time of how many defects are in that state at any particular period of time.
I think I can get the info to do that with the Lookback API with the…

kimon
- 2,481
- 2
- 23
- 33
1
vote
1 answer
Lookback API: Mapping of Schedule State ObjectIDs to Strings
I'm noticing that when I do a query such as the following:
https://rally1.rallydev.com/analytics/1.27/41529001/artifact/snapshot/query.js?find={ _Type: "HierarchicalRequirement",ScheduleState:"In-Progress",__At:"current"},fields=true
My results…
user984832
1
vote
1 answer
Lookback API: Is there a way to include more than one artifact type in a single query?
In traditional Rally Webservices REST, if I wanted to get all Defects and Stories modified since a certain date, I would need to issue two separate REST GET requests against each of these…
user984832
1
vote
1 answer
Is there a way to get the defect count for a story?
I'm doing some queries using the new Rally Lookback API and am wondering what is the Lookback API analog to story counting REST request in traditional Rally webservices that is discussed in this question:
Counts on the server side via WSAPI?
user984832
0
votes
1 answer
Lookback API Displaying Old field name for the Custom Feild
We are facing a strange issue with the Look-back API.
We have created a Custom field initially as xyz, back end name c_xyz for the features.
After few days we renamed the Custom attribute to abc which in-turn changed the back-end name to c_abc,…

harish
- 35
- 5