听取Rally缺陷状态变化 [英] Listen for Rally defect status change

查看:180
本文介绍了听取Rally缺陷状态变化的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在调查扩大我公司Rally的功能。



这是我们要做的:当用户更改缺陷的状态时,我们想要运行一些自定义代码。我想附加一个监听器到'状态'下拉字段,这样当状态改变时,监听器触发一些代码。



这可能吗?我一直在做一些研究,一切似乎都表明没有。



任何建议或指针或提示都将非常感激。



提前感谢
Brian。

解决方案

我已经设置了一个循环的Windows计划任务,执行脚本来查找这些更改。它是轮询,但它运行非常快,因为它正在寻找具体的标准((状态== XYZ)和(儿童== nil))。



我相信与新的API可以改变,以返回自上次轮询时间以后的结果(我每次轮询时都会存储)。



HTH


I'm investigating extending the functionality of Rally for my company.

Here's what we want to do: When a user changes the 'State' of a defect we want to run some custom code. I'd like to attach a listener to the 'State' dropdown field so that when the state changes the listener fires some code.

Is this possible? I've been doing some research and everything seems to indicate no.

Any suggestions or pointers or tips would be gratefully appreciated..

thanks in advance, Brian.

解决方案

I've set up a recurring Windows scheduled task that executes a script to look for such changes. It's polling, but it runs very fast since it's looking for specific criteria ((state==XYZ) and (Children == nil)).

I believe with the new API I could change that to return results since the last poll time (which I would store each time I poll).

HTH

这篇关于听取Rally缺陷状态变化的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆