logo
51
166
WeChat Login

已解决的 issue 还会出现在工作台的待办中#2636

Resolved
created 2025-12-03
Edit

简单描述一下问题和重现方式

fe16ea37-0380-4cc5-a6c2-9655178b90be.png

CNB 知识库为您推荐这些相似 issue 或者文档

🔗 #2433 工作台重复展示

Administrator
Edit history

这边没有复现哈
工作台刷新一下应该就无了,看看是不是没有刷新
如果刷新也还在,辛苦写一下具体的复现步骤哈

assigned
Creator

@Teewee(天空) 刷新、强制刷新后还有。接口有返回 status 为 ISSUE_STATE_CLOSED 这样的数据,和这个有关系么

请求地址:https://cnb.cool/user/dashboard/todo/issue?todoStatus=pending&page=1&page_size=20
请求方式:GET
返回数据:

{
    "todo_type": "issue",
    "issue_datas": [
        {
            "todo_id": "1991163380964868096",
            "pinned": false,
            "number": 40,
            "slug": "fakexxx/xxx/xxx",
            "slug_freeze": false,
            "title": "fake-balabalabalabala",
            "state": "ISSUE_STATE_CLOSED",
            "priority": "P0",
            "labels": null,
            "associated_pull_request_counts": 0,
            "comment_count": 0,
            "creator": {
                "username": "gaowei",
                "nickname": "高伟",
                "freeze": false
            },
            "author_context": {},
            "created_time": "2025-11-19T15:15:18Z",
            "updated_time": "2025-11-24T11:07:02Z"
        },
        {
            "todo_id": "1986981103724400640",
            "pinned": false,
            "number": 30,
            "slug": "fakexxx/xxx/xxx",
            "slug_freeze": false,
            "title": "fake-balabalabalabalabala",
            "state": "ISSUE_STATE_CLOSED",
            "priority": "P3",
            "labels": [
                {
                    "name": "代码重构",
                    "description": "",
                    "color": "#F0E6FA"
                }
            ],
            "associated_pull_request_counts": 0,
            "comment_count": 0,
            "creator": {
                "username": "gaowei",
                "nickname": "高伟",
                "freeze": false
            },
            "author_context": {},
            "created_time": "2025-11-08T02:16:25Z",
            "updated_time": "2025-11-24T11:21:42Z"
        }
    ]
}
Developer

CNB 知识库为您推荐这些相似 issue 或者文档

🔗 #2433 工作台重复展示

@gaowei(高伟) 异常的待办issue麻烦 重新打开在关闭试试,待办状态应该就会成功更新了

Creator

@gaowei(高伟) 异常的待办issue麻烦 重新打开在关闭试试,待办状态应该就会成功更新了

@leokanliu(Leo) 这个方法可以解决

Resolved ISSUE
Developer

@leokanliu(Leo) 这个方法可以解决

@gaowei(高伟) 1周前的版本修复了这个问题 看你贴出来的issue是修复前导致的待办状态未同步,所以需要如上操作重新触发下

Assignee
Label
一定是bug:待鉴定
Priority
None yet
Time period
-
Property
Add custom properties to record and label key information
Participant