Question

I’m having a hard time finding any information on how to retrieve snapshot data using the Rally REST API. I noticed there is a Lookback toolkit for Java, but I am coding in C#.

In particular, I would like to retrieve Schedule State changes over time for Stories (aka Requirements).

Any related example would also be very helpful. Thank you, -Phil

Was it helpful?

Solution

There is currently no built-in support for Lookback API in .NET REST tookit and in Java REST toolkit. See also this post As an imperfect workaround see this post that mentions parsing Revisions. You may query on stories and fetch RevisionHistory,Revisions and Description, and iterate over results parsing Description of individual revisions for "SCHEDULE STATE changed" string.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top