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.
我正在尝试使用 Jira/Tempo API(使用 Python 2.7),但是文档非常缺乏(除非我遗漏了一些东西)。
目标是获取所有团队、成员和领导者的列表。我得到了团队列表,但成员都是空列表(在我们的网站上不是这样)。我的查询 URL 是http://myserver.mydomain/rest/tempo-teams/latest/team/?id=expand=true。我不知道为什么用户列表是空的,我真的不知道如何调试或进一步探索(这是我第一次使用 REST/API)
http://myserver.mydomain/rest/tempo-teams/latest/team/?id=expand=true
http://yourserver.yourdomain/rest/tempo-teams/latest/team/?expand=members