lookbackapi

Lookback API: Find all leaf node stories under a known parent

好久不见. 提交于 2019-12-02 04:15:26
问题 In Rally Webservices API, if I want to traverse a Story hierarchy, it's necessary to do a query for the parent story, then grab the Children collection(s) off of the returned Stories, and then recursively query on each Child until the process reaches the Leaf node results. Question - is there a handy way to do this without iterating, by using a single query in the Lookback API? 回答1: This is one of the best features of the Lookback API. Let's say you have this hierarchy: Story 444 Story 555

Lookback API: Deleted items

僤鯓⒐⒋嵵緔 提交于 2019-12-02 00:43:18
I'd like to use the lookback API to view the history of a deleted object, which I think should be simple if I know the formatted id. I just need to query: { FormattedID: 'DEXXXX' } But does the Lookback API record anything special for when an object is deleted (like can I tell exactly when it was deleted or by whom)? Can it help point me to the correct place in the Recycle bin so that I could try to undelete it? Interesting. I just ran a REST query on the Recycle Bin with fetch=true and got back a lot more data on the result set than I'm used to: GET https://rally1.rallydev.com/slm/webservice