Rally 的 Fetch API 是否支持递归抓取?

发布于 2025-01-01 03:43:14 字数 189 浏览 2 评论 0原文

我正在尝试在 Excel 文档中构建 UserStory 层次结构的树视图。现在,我正在递归地遍历 Jason 对象,尝试获取每个用户故事的子对象,并继续直到子对象计数为 0。

但是,在获取最初的子对象后,我一无所获。对于每一个孩子,有些人也应该有孩子。

Rally 有什么办法可以实现这一点吗?

I am trying to build a tree view of our UserStory hierarchy in an excel document. Right now, I am recursively going through Jason objects attempting to get the children for each user story, and continuing until the child count is 0.

But, I am getting nowhere after getting the initial children. For each one of those children, some should have children as well.

Is there some way Rally allows this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

简单爱 2025-01-08 03:43:14

WSAPI 曾经支持这一点,但对于深度嵌套的层次结构来说效率非常低。目前仅限于一级。您必须递归地查找层次结构每个级别的子级。

The WSAPI used to support this but it was terribly inefficient for deeply nested hierarchies. It is limited to one level currently. You'll have to recursively look up the children at each level of the hierarchy.

无声静候 2025-01-08 03:43:14

查看应用程序目录中的 Epic Progress 应用程序,了解如何使用占位符遍历树的示例。

Take a look at the Epic Progress app in the app catalog for an example of how placeholders can be used to traverse a tree.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文