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.
我正在研究为我的公司扩展 Rally 的功能。
这是我们想要做的:当用户更改缺陷的“状态”时,我们想要运行一些自定义代码。我想将一个侦听器附加到“状态”下拉字段,以便在状态更改时侦听器触发一些代码。
这可能吗?我一直在做一些研究,一切似乎都表明没有。
任何建议或指示或提示将不胜感激。
在此先感谢,布赖恩。
我已经设置了一个重复的 Windows 计划任务,该任务执行一个脚本来查找此类更改。它正在轮询,但它运行得非常快,因为它正在寻找特定的标准((state==XYZ)和(Children == nil))。
我相信使用新的 API,我可以将其更改为返回自上次轮询时间以来的结果(每次轮询时我都会存储该结果)。
高温高压