rally

Find Workspace an Project OID

回眸只為那壹抹淺笑 提交于 2019-12-01 06:18:07
This may seem to be a very basic question but I couldn't find it inside Rally, so here it is, where can I find the workspace and project OID inside rally? For the benefit of other users who may want to know the answer to it, here are a couple of ways of find OIDs. One of them is to create a custom page and paste this code in the HTML section: <html> Current Workspace ID: __WORKSPACE_OID__ Current Project ID: __PROJECT_OID__ Current User ID: __USER_OID__ Curent User Name: __USER_NAME__ </html> The custom page will display the OIDs: Current Workspace ID: 11111 Current Project ID: 22222 Current

RALLY: Determine a parent User Story's release

血红的双手。 提交于 2019-12-01 04:24:30
问题 In Rally we have the following story structure: Parent Story 1 |__ Sub Story 1 | |__ Child Story 1 | |__ Child Story 2 | |__ Sub Story 2 |__ Child Story 3 |__ Sub Story 3 | _ Child Story 4 I want to make a view of all Parent stories and what release they are currently scheduled in. Once the Parent story has child stories it's release value is not editable because it is set in a lower story. Is there a way to determine what release the story would be completed in with only making 1 call to

How to SSO using Rally.RestApi.dll?

試著忘記壹切 提交于 2019-11-30 15:54:56
Until now, I have read that Rally RestAPI do not support SSO login. I believe this is no longer true as of Jan 2014. The same API is used in Rally Add-in for Excel (here is link for Rally Add-in for Excel ) which support SSO login. Can I get either the source code of Rally Excel Add-in or at least someone please provide an example of SSO using Rally RestAPI? I want to do exactly the same thing what Excel Addin Export functionality does but want to do in pure .net application. I have added a howto to the C# Rest Api that explains how to do an SSO authentication like Rally does in the Excel

How to SSO using Rally.RestApi.dll?

℡╲_俬逩灬. 提交于 2019-11-29 23:17:56
问题 Until now, I have read that Rally RestAPI do not support SSO login. I believe this is no longer true as of Jan 2014. The same API is used in Rally Add-in for Excel (here is link for Rally Add-in for Excel) which support SSO login. Can I get either the source code of Rally Excel Add-in or at least someone please provide an example of SSO using Rally RestAPI? I want to do exactly the same thing what Excel Addin Export functionality does but want to do in pure .net application. 回答1: I have added

Greasemonkey script only runs when page is reloaded

蓝咒 提交于 2019-11-29 10:46:35
I am working on a Greasemonkey script to turn some text into links on a a Rally page. The script works fine only when I reload the page. If I navigate to the page in any manner (links, browser forward/back) the script does not run, despite the fact that the Greasemonkey menu shows my script at the bottom, with a checkmark. Here is an example URL: https://rally1.rallydev.com/#/4745909548/detail/userstory/6138899084/changesets My matching rule: /^https://.*\.rallydev\.com/.*/changesets$/ I don't know if the hash is causing a problem, but everything is fine when I reload. Not sure where to go

持续测试的那些事

感情迁移 提交于 2019-11-27 08:19:52
本文首发于: Jenkins 中文社区 原文链接 作者:Sushil Kumar 持续测试的那些事 持续测试究竟是什么?你又如何实现它呢? 敏捷,DevOps 和持续交付已然存在于现今每个技术人员的词汇当中。我们都想要像硅谷里的巨头和初创公司一样,敏捷开发,快速发布软件,做出创新的产品。 向敏捷转型在多方面都已有总结,并且到了能被顺利实践的程度。然而,测试仍然是一个有思想困惑和实践挑战的领域。 当软件发布周期从以年、月缩短到以周、天为单位,或者更短时; 我们该如何重塑测试实践,以保证当软件发布到生产环境时能令用户满意, 而不是掉链子? 鉴于大多数 DevOps 实践仍然把测试视为软件生产中最令人头疼的瓶颈,显然,这是一个常见的挑战。 持续测试就是答案,但持续测试究竟是什么?你又如何实现它呢? 维基百科定义 持续测试 为「在软件交付流水线中执行自动化测试的过程,目的是为了获得关于预发布软件业务风险的即时反馈」。 但是这个定义缺少了本质,缺少了持续测试所示意的转变的量纲。 除了自动化是一个重要的部分以外, 持续测试 从根本上转变了测试, 它把线性过程中的时间点事件嵌入到整个过程当中去,作为基础贯穿于整个软件交付周期的所有活动中。 敏捷环境里持续测试的目标应该是「迭代内测试(in-sprint testing)」。 不管你的迭代是两周还是四周,目标都应该是完成迭代内所有类型的测试

Greasemonkey script only runs when page is reloaded

折月煮酒 提交于 2019-11-27 07:01:47
问题 I am working on a Greasemonkey script to turn some text into links on a a Rally page. The script works fine only when I reload the page. If I navigate to the page in any manner (links, browser forward/back) the script does not run, despite the fact that the Greasemonkey menu shows my script at the bottom, with a checkmark. Here is an example URL: https://rally1.rallydev.com/#/4745909548/detail/userstory/6138899084/changesets My matching rule: /^https://.*\.rallydev\.com/.*/changesets$/ I don