Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试开发 python 代码,它将获取有关这些任务和所有者的信息。我使用 pyral 库函数:
rally.get(entity_name, pagesize=pagesize, fetch=fetch)
我设法为 entity_name = User Stories 提取所有者,因为这个值放在 Response.Data 中,但是我不能对 Tasks 做同样的事情。您可能知道解决方案吗?