Skip to content

添加状态处理 #95

Description

@xiaoma111-stop

ACK 成功时需要:
status = acknowledged
assignee = 当前执行 ACK 的用户
acknowledged_by = 当前执行 ACK 的用户
acknowledged_at = 第一次 ACK 时间
handling_deadline_at = acknowledged_at + handling_timeout_seconds

当前 UI 的通知策略没有 Acknowledged 事件,所以不能通过配置实现。
需要在 ACK 成功后生成一条 webhook 事件,例如:
{
"event_type": "acknowledged",
"status": "acknowledged",
"assignee": "yiming",
"acknowledged_by": "yiming",
"acknowledged_at": "2026-09-22T08:00:00Z"
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions