bk-itsm icon indicating copy to clipboard operation
bk-itsm copied to clipboard

ITSM-流程服务管理,通过可自定义设计的流程管理,同时关联蓝鲸智云的基础平台、公共组件,以满足IT服务的管理活动和场景需要。帮助用户规范内部管理流程,并提升管理效率。

Results 119 bk-itsm issues
Sort by recently updated
recently updated
newest added

版本:2.6.5 分类:缺陷 ![image](https://github.com/TencentBlueKing/bk-itsm/assets/8849151/b08265bb-2a0d-409d-9508-9648d374f139)

bug

版本:2.6.5 分类:缺陷 ![image](https://github.com/TencentBlueKing/bk-itsm/assets/8849151/51d74af9-5418-4f5b-a878-f84329ae0186)

bug

版本:2.6.5 类型:缺陷 这里不知道是不是配置使用的问题,在公共字段添加了字段后,节点里选取不到,可能是没把公共字段添加到模型,但是找不到模型的设置在哪里 ![image](https://github.com/TencentBlueKing/bk-itsm/assets/8849151/d61c4fca-e39a-4661-81d0-1a1043b78297) ![image](https://github.com/TencentBlueKing/bk-itsm/assets/8849151/c029835a-c671-45b1-b690-8f11517f23e0)

question

版本:2.6.5 分类:缺陷 ![BUG](https://github.com/TencentBlueKing/bk-itsm/assets/8849151/827417ff-be85-4c7b-b1ab-d1f58b248f64)

版本:2.6.5 类型:缺陷 触发器选择修改字段值,获取不到别的字段 ![image](https://github.com/TencentBlueKing/bk-itsm/assets/8849151/0a35764e-0726-4132-b605-ee96cbb7df17)

[2023-06-15 11:13:20,236: ERROR/MainProcess] Traceback (most recent call last): File "D:\itsm386\pipeline\engine\core\handlers\exclusive_gateway.py", line 40, in handle next_node = element.next(hydrate_context) File "D:\itsm386\pipeline\core\flow\gateway.py", line 43, in next 'while default flow is not appointed (%s)'...

目前服务只有 import_service 接口,import_service 接口的 workflow 字段需手工在 web 页面上导出 json 文件。能否增加 export_service 接口,这样便于自动备份和恢复。

#您好,我们的ITSM版本时2.6.0。 我们在使用蓝鲸的ITSM的时候,有个流程需要实施人员反馈一个附件回来。当实施人员上传了附件后,提示上传成功了,但是其他人员(包括admin用户)在点击该附件时提示“{"result":false,"data":null,"code":"OBJECT_NOT_EXIST","message":"当前操作的对象不存在"}” #

1. frontend\pc\src\views\ticket\CreateTicket.vue目录下获取提单字段方法getFieldList中有使用this.$set(item, 'val', item.value)改变fieldList的值 2. 但是他的子组件field-info接收到的fieldList中却没有val的值 3. 此时val值为‘’,导致默认值无法回显