Tag: 集会

Rally webservices api v 1.36 无法更新:无法写入工作单元中的更改

我正在使用拉力赛webservices api v 1.36,当我尝试创建一个新的拉力赛项目时,我收到此错误。无法更新:无法在工作单元中写入更改。 一周前代码工作正常,但现在它无法正常工作。 我正在使用ruby gem rally_rest_api。 提前致谢。

Rally API:投资组合项目的文档列表?

我通过Ruby使用Rally API( http://developer.help.rallydev.com/ruby-toolkit-rally-rest-api-json )。 我想查询Portfolio项目的属性(字段?)。 我有工作代码,例如这可以正常工作(虽然它似乎显示名称,而不是ID – 我期待的东西像’T30’,但这显示’这是我的倡议的名称’): pi_query.order = “FormattedID Asc” 通过反复试验,我也看到了 pi_query.order = “Name Asc” 也有效。 我的问题:我可以在这里使用什么价值观? 我找了几个小时。 名称,FormattedID和描述工作; 家长没有。 我找不到参考文档。 (我正在尝试编写一个自定义报告,显示项目组合项目是一种更易读的方式 – 以我可以打印的某种嵌套方式显示的主题,主动性和function.Rally中的Portfolio Hierarchy应用程序不会提供一个可打印的视图,所以我希望为它编写一个快速脚本。我不需要太多,主要是名称,以及这个东西是主题,主动性还是function。这样的东西:) T30 My first theme I65 The first initiative F44 The first feature under that F45 Another feature I66 Another initiative T31 My second theme I67 Yet another initiative

在Windows7 64位上安装jslint-v8 Ruby gem的问题

在Windows 7(64位)上的Rally App SDK 2.0p环境设置期间出现问题。 我从rubyinstaller.org安装了Ruby 1.8.7-p358并设法安装了rake Ruby gem。 但我在安装jslint-v8 gem时遇到问题。 它依赖于therubyracer和libv8 gems,需要使用Ruby DevKit构建。 在安装过程中,我收到以下错误: C:\ruby> gem install jslint-v8 Temporarily enhancing PATH to include DevKit… Building native extensions. This could take a while… ERROR: Error installing jslint-v8: ERROR: Failed to build gem native extension. C:/ruby/bin/ruby.exe extconf.rb *** extconf.rb failed *** Could not create Makefile due […]