문제

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

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top