问题描述
我正在将gitlab作为bug跟踪器集成到奇异果tcms,问题是我没有问题日志,通过搜索这些链接的方式知道了问题所在
- kiwi tcms - Gitlab bug tracker Integration
- https://kiwitcms.org/blog/tags/customization/
- https://kiwitcms.readthedocs.io/en/latest/configuration.html#configuration
我没有太多的信息,我不知道我是否需要一个示例,服务器运行正常,我创建了测试计划并运行正常,但是当我想创建时一个错误,我无法将其链接到gitlab,非常感谢您
解决方法
哇,抱着你的马。 “无效”是一个非常大胆的声明,没有任何上下文。
对于日志记录部分,请参见: https://kiwitcms.readthedocs.io/en/latest/installing_docker.html#troubleshooting
或者在您的local_settings.py中添加DEBUG = True,请参阅: https://kiwitcms.readthedocs.io/en/latest/installing_docker.html#customization
很可能您没有正确配置与GitLab的集成,请参阅: https://kiwitcms.readthedocs.io/en/latest/admin.html#configure-external-bug-trackers https://kiwitcms.readthedocs.io/en/latest/modules/tcms.issuetracker.types.html#tcms.issuetracker.types.Gitlab