Listen for Rally defect status change

左心房为你撑大大i 提交于 2019-12-11 13:53:13

问题


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.


回答1:


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



来源:https://stackoverflow.com/questions/15836966/listen-for-rally-defect-status-change

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!