评论列表
jiaqiang 2013-04-28 14:57:50 回复
缺陷中的自定义字段改变之后已经关闭的缺陷后边的那个关闭缺陷图标按扭不是灰色的了,变成了可点击执状态.
wwccss 2013-04-25 18:52:56 回复
暂时没有按部门检索和批量指派功能。
leon lu 2013-04-25 15:11:26 回复
您好,首先感谢该产品的开发者!
有个问题想问下:
不知禅道有没有,对缺陷的横向查询、管理(如搜索分配给某用户组下的所有成员的bug;在查询界面批量指派大量缺陷给某人等)功能
hyx108 2013-04-20 11:18:51 回复
我们公司现在用的是封闭网络,不能访问外网,而且邮件是基于outlook exchange的,不支持smtp发信,可以考虑邮件通知支持这种情况的邮箱吗?
hyx108 2013-04-16 19:15:00 回复
另外发现个问题,ie10显示我的地盘首页看不到燃尽图,chrome没问题。firefox没试过。
wwccss 2013-04-16 11:55:30 回复
应该是咱们的php环境有做过一些安全或者其他方面的设置,仔细检查下吧。一键安装包可以和现在的php环境共存的,避开端口即可。
steven 2013-04-16 10:33:02 回复
@shiyangyang 因为服务器已经有了环境,所以就直接搭建上去了,但是遗憾的是一直存在这个问题,开始查说是因为全局变量的问题,后来修改了也没有解决,烦躁。
shiyangyang 2013-04-16 09:52:23 回复
@steven:
1、推荐使用禅道的一件安装包。
2、如果咱们自己搭建环境,先确认一下:1)禅道的源码包是否完整;2)检查一下文件的读取权限。
steven 2013-04-15 20:25:06 回复
Linux:Centos6.3 MySQL5.5 PHP 5.3.17,安装提示如下错误:
Warning: array_merge(): Argument #2 is not an array in /www/web/www_mytao_com/public_html/framework/router.class.php on line 1484 Warning: Invalid argument supplied for foreach() in /www/web/www_mytao_com/public_html/framework/router.class.php on line 1491 Warning: array_merge(): Argument #2 is not an array in /www/web/www_mytao_com/public_html/framework/router.class.php on line 1484 Warning: Invalid argument supplied for foreach() in /www/web/www_mytao_com/public_html/framework/router.class.php on line 1491 Warning: array_merge(): Argument #2 is not an array in /www/web/www_mytao_com/public_html/framework/router.class.php on line 1484 Warning: Invalid argument supplied for foreach() in /www/web/www_mytao_com/public_html/framework/router.class.php on line 1491 Notice: Undefined property: language::$install in /www/web/www_mytao_com/public_html/module/install/control.php on line 39 Notice: Trying to get property of non-object in /www/web/www_mytao_com/public_html/module/install/control.php on line 39 Notice: Undefined property: language::$zentaoPMS in /www/web/www_mytao_com/public_html/module/common/view/header.lite.html.php on line 15 Notice: Undefined property: language::$showAll in /www/web/www_mytao_com/public_html/lib/front/front.class.php on line 749 Notice: Undefined property: language::$hideClosed in /www/web/www_mytao_com/public_html/lib/front/front.class.php on line 750 Notice: Undefined property: language::$submitting in /www/web/www_mytao_com/public_html/lib/front/front.class.php on line 751 Notice: Undefined property: language::$save in /www/web/www_mytao_com/public_html/lib/front/front.class.php on line 752
hyx108 2013-04-13 15:00:14 回复
这几天使用全生命周期,提点建议:1.燃尽图还是建议自动后台更新,设置一个计划任务每天更新才有效的话,难以短期看出效果。2.测试任务关闭了之后建议不能再修改或者执行测试用例,保证测试任务的真实性。或者做个权限开关也行。