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.
我对使用带有 JavaScript 的 1.39 版本的 Rally API 很感兴趣。但我没有找到它的来源。
它应该是这样的:
<script src="/apps/1.39/sdk.js"></script>
谢谢。
Rally 的 AppSDK 1.x 的最新版本是 1.33 版。如果您需要将 1.33 与更新版本的 Webservices API 一起使用,您可以执行以下操作:
<script type="text/javascript" src="/apps/1.33/sdk.js?apiVersion=1.39"></script>
Rally 不打算在 AppSDK 版本 1 上进一步开发。对于新应用程序,我建议使用 AppSDK2。您可以从以下资源中找到有关开始使用 AppSDK2 的良好信息: