标签: mantis

从哪里获取 Gitlab 中存储库的存储库 ID?

我正在使用与 Mantis BT 集成的 Gitlab 所有必需的插件都已安装和配置

在 Mantis BT 中Repositories -> Action -> Manage,对于所需的项目,单击 Update Repository,因为我们有一个名为 的字段Gitlab Repository ID
对于那个项目。当我提供一些数字并更新它们的存储库时,更改集中的结果已更改,但文件和问题字段值未更新。

问题:

  • 如何在 gitlab 中获取特定项目的存储库 ID?
  • 未更改的文件和问题值有什么问题?
    需要更改配置吗?

mantis gitlab

5
推荐指数
1
解决办法
4685
查看次数

php T_STRING错误

在mantis中配置自定义字段时,我收到此错误消息,任何想法

解析错误:语法错误,第3行的C:\ wamp\www\MyProj\custom_strings_inc.php中的意外T_STRING

代码是

<?php
if( lang_get_current() == 'german' ) {
    $defect_impact = 'Defect Impact'; #// German translation of Defect Impact
    $defect_type =  'Defect Type'; #// German translation of Defect Type
    $phase_of_origin =  ’Phase Of Origin’; #// German translation of Phase Of Origin
}else{
# Default (use your preferred language as the default)
    $defect_impact = 'Defect Impact'; // German translation of Defect Impact
    $defect_type =  'Defect Type'; // German translation of Defect Type
    $phase_of_origin =  'Phase Of Origin'; // German …
Run Code Online (Sandbox Code Playgroud)

php mantis

2
推荐指数
1
解决办法
289
查看次数

Mantis Bug跟踪器严重性选项自定义

当我们Report Issue在Mantis,有Severity选项,我想添加一个自定义字段,它应该显示在该下拉列表中.

知道哪些文件需要更改,或者我们可以从数据库管理它吗?

有没有人对Mantis做过这种定制?我正在使用Mantis 1.1.6版本,但其他版本更新也适用于我.

谢谢

php customization mantis

2
推荐指数
1
解决办法
5570
查看次数

在MantisBT中输入错误后,是否可以更改“项目”?

从标题可以明显看出,我在MantisBT中输入了一个错误,但错误地选择了错误的项目。我可以返回并编辑bug的大多数参数,但是不允许我更改项目。我查看了配置,那里似乎也没有选择。有没有一种方法可以通过将项目更改为正确的值来修复错误信息?

bug-tracking mantis

1
推荐指数
1
解决办法
712
查看次数

标签 统计

mantis ×4

php ×2

bug-tracking ×1

customization ×1

gitlab ×1