Rally Lookback API for C#

谁都会走 提交于 2019-12-10 20:58:46

问题


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


回答1:


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.



来源:https://stackoverflow.com/questions/18723474/rally-lookback-api-for-c-sharp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!