我可以将 bugzilla 配置为在将问题分配给 X 时向我发送电子邮件吗?
我想将 BugZilla 配置为在将问题分配给某个特定人员时向我发送电子邮件。例如,如果将任何内容分配给用户“[电子邮件受保护]”我想收到一封电子邮件告诉我这一点。
可行吗?
I want to configure BugZilla to email me whenever an issue is assigned to one particular person. For example, if anything gets assigned to the user "[email protected]" I want to get an email telling me so.
Is it doable?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
“观察”有问题的用户。任何会触发向他们发送电子邮件的事件也会触发向您发送电子邮件。
请参阅 http://www.bugzilla.org/docs 的第 5.10.2 节/3.6/en/html/userpreferences.html
在
Bugzilla::BugMail
中摆弄以硬编码行为可能是您不想做的事情。"Watch" the user in question. Any event that would trigger an email to them triggers an email to you.
See section 5.10.2 of http://www.bugzilla.org/docs/3.6/en/html/userpreferences.html
Fiddling around in
Bugzilla::BugMail
to hardcode the behavior is probably something you don't want to do.登录 Bugzilla,选择“首选项”链接,然后选择“电子邮件首选项”选项卡。
用户观看字段位于页面底部附近的电子邮件首选项表之后。
Login to Bugzilla, select the Preferences link and then select the Email Preferences tab.
The User watching field is near the bottom of the page right after the table of email preferences.