# 更新工作项 - UpdateIssueV4
#### 功能介绍
更新工作项
#### 调用方法
请参见[如何调用API](https://support.huaweicloud.com/api-projectman/projectman_api_1002.html)。
#### 授权信息
账号根用户具备所有API的调用权限，如果使用账号下的IAM用户调用当前API，该IAM用户需具备如下身份策略权限，更多的权限说明请参见[权限和授权项](https://support.huaweicloud.com/api-projectman/projectman_03_Permission.html)。
| 授权项                         | 访问级别  | 资源类型（\*为必须） | 条件键                                                                                                                                                                                                                                                                                                                                                        | 别名 | 依赖的授权项 |
|:---|:---|:---|:---|:---|:---|
| codeartsreq:workitem:update | Write | -           | - codeartsreq:Model   - codeartsreq:ProjectId    | -  | -      |
   
#### URI
PUT /v4/projects/{project_id}/issues/{issue_id}
表1路径参数 
| 参数         | 是否必选 | 参数类型    | 描述                                                                                                                                                                                                                                                                                                                                                                                                                                               |
|:---|:---|:---|:---|
| project_id | 是    | String  | **参数解释**： 项目的32位UUID，项目唯一标识，通过[查询项目列表接口](https://support.huaweicloud.com/api-projectman/ListProjectsV4.html)获取，响应消息体中的**project_id**字段的值就是项目ID。 **约束限制**： 32个字符，由英文字母和数字组成。 **取值范围：** 不涉及。 **默认取值**： 不涉及。 |
| issue_id   | 是    | Integer | **参数解释：** 工作项ID，可通过[高级查询工作项](https://support.huaweicloud.com/api-projectman/ListIssuesV4.html)接口获取，响应消息体中的**id**字段的值就是工作项ID。 **约束限制：** 不涉及。 **取值范围：** ≥0。 **默认取值：** 不涉及。                                  |
   
#### 请求参数
表2请求Body参数 
| 参数                  | 是否必选 | 参数类型                                                                      | 描述                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
|:---|:---|:---|:---|
| actual_work_hours   | 否    | Double                                                                    | **参数解释：** 实际工时 **约束限制：** 不涉及 **取值范围：** 最小值：0 **默认取值：** 不涉及                                                                                                                                                                                                                                                                  |
| assigned_id         | 否    | Integer                                                                   | **参数解释：** 处理人数字id，可通过[获取指定项目的成员用户列表](https://support.huaweicloud.com/api-projectman/ListProjectMembersV4.html)确认特定项目成员的用户数字ID。 **约束限制：** 1个及以上数字字符 **取值范围：** 最小值 0 **默认取值：** 不涉及                                                                                                                                            |
| begin_time          | 否    | String                                                                    | **参数解释：** 开始时间，日期格式：YYYY-MM-DD **约束限制：** 不涉及 **取值范围：** 不涉及 **默认取值：** 不涉及                                                                                                                                                                                                                                                    |
| description         | 否    | String                                                                    | **参数解释：** 描述信息 **约束限制：** 不涉及 **取值范围：** 不涉及 **默认取值：** 不涉及                                                                                                                                                                                                                                                                    |
| developer_id        | 否    | Integer                                                                   | **参数解释：** 开发者id **约束限制：** 1个及以上数字字符 **取值范围：** 最小值 0 **默认取值：** 不涉及                                                                                                                                                                                                                                                           |
| domain_id           | 否    | Integer                                                                   | **参数解释：** 领域id **约束限制：** 1个及以上数字字符 **取值范围：** 最小值 0 **默认取值：** 不涉及                                                                                                                                                                                                                                                            |
| done_ratio          | 否    | Integer                                                                   | **参数解释：** 工作项完成度 ，如20，表示完成度为20%。 **约束限制：** 0\~100的数字。 **取值范围：** 最小值 0 最大值 100 **默认取值：** 不涉及                                                                                                                                                                                                                                 |
| end_time            | 否    | String                                                                    | **参数解释：** 结束时间，日期格式：YYYY-MM-DD **约束限制：** 不涉及 **取值范围：** 不涉及 **默认取值：** 不涉及                                                                                                                                                                                                                                                    |
| expected_work_hours | 否    | Double                                                                    | **参数解释：** 预计工时 **约束限制：** 不涉及 **取值范围：** 最小值：0 **默认取值：** 不涉及                                                                                                                                                                                                                                                                  |
| iteration_id        | 否    | Integer                                                                   | **参数解释：** 迭代ID **约束限制：** 1个及以上数字字符。 **取值范围：** 最小值 0 **默认取值：** 不涉及                                                                                                                                                                                                                                                           |
| module_id           | 否    | Integer                                                                   | **参数解释：** 模块ID **约束限制：** 1个及以上数字字符。 **取值范围：** 最小值 0 **默认取值：** 不涉及                                                                                                                                                                                                                                                           |
| name                | 否    | String                                                                    | **参数解释：** 标题 **约束限制：** 不涉及 **取值范围：** 不涉及 **默认取值：** 不涉及                                                                                                                                                                                                                                                                      |
| new_custom_fields   | 否    | Array of [NewCustomField] objects | **参数解释：** 用户自定义字段，可以通过[查询Scrum工作项自定义字段](https://support.huaweicloud.com/api-projectman/ListIssueCustomFields.html)接口获取Scrum工作项自定义字段 **约束限制：** 不涉及 **取值范围：** 不涉及 **默认取值：** 不涉及                                                                                                                                               |
| parent_issue_id     | 否    | Integer                                                                   | **参数解释：** 父工作项的ID **约束限制：** 1个及以上数字字符。 **取值范围：** 最小值 0 **默认取值：** 不涉及                                                                                                                                                                                                                                                        |
| priority_id         | 否    | Integer                                                                   | **参数解释：** 优先级，枚举： 1（低） 2（中） 3（高） **约束限制：** 1个及以上数字字符。 **取值范围：** 1 , 2 , 3 **默认取值：** 不涉及                                                                                                                                  |
| severity_id         | 否    | Integer                                                                   | **参数解释：** 重要程度 ，枚举： 10 （关键） 11 （重要） 12 （一般） 13 （提示） **约束限制：** 1个及以上数字字符。 **取值范围：** 10 , 11 , 12 , 13 **默认取值：** 不涉及                                                                      |
| status_id           | 否    | Integer                                                                   | **参数解释：** 状态id，枚举： 1（新建） 2（进行中） 3（已解决） 4（测试中） 5（ 已关闭） 6（已拒绝） **约束限制：** 1个及以上数字字符。 **取值范围：** 1，2，3，4，5，6 **默认取值：** 不涉及 |
| tracker_id          | 否    | Integer                                                                   | **参数解释：** 工作项类型，枚举： 2（任务/Task） 3（缺陷/Bug） 5（Epic） 6（Feature） 7（Story） **约束限制：** 1个及以上数字字符。 **取值范围：** 2，3，5，6，7 **默认取值：** 不涉及                            |
   
 表3NewCustomField 
| 参数           | 是否必选 | 参数类型   | 描述                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
|:---|:---|:---|:---|
| custom_field | 否    | String | **参数解释：** 自定义字段，可以通过[查询Scrum工作项自定义字段](https://support.huaweicloud.com/api-projectman/ListIssueCustomFields.html)接口查询Scrum工作项自定义字段中返回的custom_field值获取。 **约束限制：** 可以为空。 **取值范围：** 不涉及。 **默认取值：** 不涉及。             |
| field_name   | 否    | String | **参数解释：** 自定义属性对应的值，多个值以英文逗号区分开, 可以通过[查询Scrum工作项自定义字段](https://support.huaweicloud.com/api-projectman/ListIssueCustomFields.html)接口查询Scrum工作项自定义字段中返回的name值获取。 **约束限制：** 可以为空。 **取值范围：** 不涉及。 **默认取值：** 不涉及。    |
| value        | 否    | String | **参数解释：** 自定义属性对应的值，多个值以英文逗号区分开, 可以通过[查询Scrum工作项自定义字段](https://support.huaweicloud.com/api-projectman/ListIssueCustomFields.html)接口查询Scrum工作项自定义字段中返回的options值获取。 **约束限制：** 可以为空。 **取值范围：** 不涉及。 **默认取值：** 不涉及。 |
   
#### 响应参数
**状态码：200**
表4响应Body参数 
| 参数                  | 参数类型                                                                             | 描述                                                                                                                                                       |
|:---|:---|:---|
| actual_work_hours   | Double                                                                           | **参数解释：** 实际工时 **取值范围：** ≥0。                          |
| assigned_cc_user    | Array of [IssueUser] objects                 | **参数解释：** 抄送人                                                                                                           |
| assigned_user       | [IssueUser] object                           | **参数解释：** 处理人                                                                                                           |
| begin_time          | String                                                                           | **参数解释：** 预计开始时间，日期格式：YYYY-MM-DD **取值范围：** 不涉及        |
| closed_time         | String                                                                           | **参数解释：** 关闭时间，日期格式：YYYY-MM-DD **取值范围：** 不涉及          |
| created_time        | String                                                                           | **参数解释：** 创建时间，日期格式：YYYY-MM-DD HH:MM:SS **取值范围：** 不涉及 |
| creator             | [IssueUser] object                           | **参数解释：** 创建人                                                                                                           |
| custom_fields       | Array of [CustomField] objects             | **参数解释：** 自定义属性值，不建议使用，建议参考new_custom_fields字段                                                                          |
| developer           | [IssueUser] object                           | **参数解释：** 开发人员                                                                                                          |
| domain              | [domain] object                                 | **参数解释：** 领域                                                                                                            |
| done_ratio          | Integer                                                                          | **参数解释：** 工作项完成度 ，如20，表示完成度为20%。 **取值范围：** 0-100。     |
| end_time            | String                                                                           | **参数解释：** 预计结束时间，日期格式：YYYY-MM-DD 。 **取值范围：** 不涉及      |
| expected_work_hours | Double                                                                           | **参数解释：** 预计工时。 **取值范围：** 最小值：0                       |
| id                  | Integer                                                                          | **参数解释：** 工作项ID。 **取值范围：** ≥0。                        |
| iteration           | [iteration] object                           | **参数解释：** 迭代。                                                                                                           |
| module              | [module] object                                 | **参数解释：** 模块。                                                                                                           |
| name                | String                                                                           | **参数解释：** 标题 **取值范围：** 不涉及                            |
| new_custom_fields   | Array of [NewCustomField] objects       | **参数解释：** 自定义属性值                                                                                                        |
| parent_issue        | [parent_issue] object                     | **参数解释：** 父工作项                                                                                                          |
| priority            | [priority] object                             | **参数解释：** 工作项优先级                                                                                                        |
| project             | [IssueProjectResponseV4] object | **参数解释：** 项目信息                                                                                                          |
| severity            | [severity] object                             | **参数解释：** 工作项重要程度                                                                                                       |
| status              | [status] object                                 | **参数解释：** 工作项状态                                                                                                         |
| tracker             | [tracker] object                               | **参数解释：** 工作项类型                                                                                                         |
| updated_time        | String                                                                           | **参数解释：** 更新时间，日期格式：YYYY-MM-DD HH:MM:SS **取值范围：** 不涉及 |
| find_release_dev    | String                                                                           | **参数解释：** 发现版本号。 **取值范围：** 不涉及                        |
| release_dev         | String                                                                           | **参数解释：** 发布版本号。 **取值范围：** 不涉及                        |
| env                 | [IssueAttribute] object                 | **参数解释：** 发现环境。 **取值范围：** 不涉及                         |
| tag_list            | Array of [TagRelation] objects             | **参数解释：** 标签列表。 **取值范围：** 不涉及                         |
   
 表5IssueUser 
| 参数          | 参数类型    | 描述                                                                                                                                  |
|:---|:---|:---|
| id          | Integer | **参数解释：** 用户ID。 **取值范围：** 不涉及。   |
| name        | String  | **参数解释：** 用户名。 **取值范围：** 不涉及。    |
| nick_name   | String  | **参数解释：** 昵称。 **取值范围：** 不涉及。     |
| user_id     | String  | **参数解释：** 用户UUID。 **取值范围：** 不涉及。 |
| user_num_id | Integer | **参数解释：** 用户数字ID。 **取值范围：** 不涉及。 |
| first_name  | String  | **参数解释：** 用户名。 **取值范围：** 不涉及。    |
   
 表6CustomField 
| 参数       | 参数类型   | 描述                                                                                                                                     |
|:---|:---|:---|
| name     | String | **参数解释：** 自定义属性名。 **取值范围：** 不涉及。    |
| new_name | String | **参数解释：** 自定义属性名。 **取值范围：** 不涉及。    |
| value    | String | **参数解释：** 自定义属性对应的值。 **取值范围：** 不涉及。 |
   
 表7domain 
| 参数   | 参数类型    | 描述                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
|:---|:---|:---|
| id   | Integer | **参数解释：** 领域id，枚举： 14（性能） 15（功能） 16（可靠性） 17（网络安全） 18（可维护性） 19（其他DFX） 20（可用性） **取值范围：** 14，15，16，17，18，19，20 |
| name | String  | **参数解释：** 领域名称 **取值范围：** 不涉及                                                                                                                                                                                                                                                                                                                       |
   
 表8iteration 
| 参数   | 参数类型    | 描述                                                                                                                              |
|:---|:---|:---|
| id   | Integer | **参数解释：** 迭代ID **取值范围：** ≥0。 |
| name | String  | **参数解释：** 迭代名 **取值范围：** 不涉及  |
   
 表9module 
| 参数   | 参数类型    | 描述                                                                                                                               |
|:---|:---|:---|
| id   | Integer | **参数解释：** 模块ID。 **取值范围：** ≥0。 |
| name | String  | **参数解释：** 模块 **取值范围：** 不涉及    |
   
 表10NewCustomField 
| 参数           | 参数类型   | 描述                                                                                                                                                                                                                                                                                  |
|:---|:---|:---|
| custom_field | String | **参数解释：** 自定义字段，可以通过[查询Scrum工作项自定义字段](https://support.huaweicloud.com/api-projectman/ListIssueCustomFields.html)接口查询Scrum工作项自定义字段中返回的custom_field值获取。 **取值范围：** 不涉及。             |
| field_name   | String | **参数解释：** 自定义属性对应的值，多个值以英文逗号区分开, 可以通过[查询Scrum工作项自定义字段](https://support.huaweicloud.com/api-projectman/ListIssueCustomFields.html)接口查询Scrum工作项自定义字段中返回的name值获取。 **取值范围：** 不涉及。    |
| value        | String | **参数解释：** 自定义属性对应的值，多个值以英文逗号区分开, 可以通过[查询Scrum工作项自定义字段](https://support.huaweicloud.com/api-projectman/ListIssueCustomFields.html)接口查询Scrum工作项自定义字段中返回的options值获取。 **取值范围：** 不涉及。 |
   
 表11parent_issue 
| 参数   | 参数类型    | 描述                                                                                                                                  |
|:---|:---|:---|
| id   | Integer | **参数解释：** 父工作项ID **取值范围：** 最小值：0 |
| name | String  | **参数解释：** 父工作项 **取值范围：** 不涉及     |
   
 表12priority 
| 参数   | 参数类型    | 描述                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
|:---|:---|:---|
| id   | Integer | **参数解释：** 优先级id，枚举： 1（低） 2（中） 3（高） **取值范围：** - 1（低）   - 2（中）   - 3（高）    |
| name | String  | **参数解释：** 优先级 **取值范围：** - 低   - 中   - 高                                                                                                                                     |
   
 表13IssueProjectResponseV4 
| 参数             | 参数类型    | 描述                                                                                                                                 |
|:---|:---|:---|
| project_id     | String  | **参数解释：** 项目ID。 **取值范围：** 不涉及。  |
| project_name   | String  | **参数解释：** 项目名称。 **取值范围：** 不涉及。  |
| project_num_id | Integer | **参数解释：** 项目数字ID。 **取值范围：** ≥0。 |
   
 表14severity 
| 参数   | 参数类型    | 描述                                                                                                                                                                                                                                                                                                                |
|:---|:---|:---|
| id   | Integer | **参数解释：** 重要程度id，枚举： 10 （关键） 11 （重要） 12 （一般） 13 （提示） **取值范围：** 10，11，12，13 |
| name | String  | **参数解释：** 重要程度 **取值范围：** 不涉及                                                                                                                                                                                   |
   
 表15status 
| 参数   | 参数类型    | 描述                                                                                                                                                                                                                                                                                                                                                                                          |
|:---|:---|:---|
| id   | Integer | **参数解释：** 状态id，枚举： 1（新建） 2（进行中） 3（已解决） 4（测试中） 5（ 已关闭） 6（已拒绝） **取值范围：** 1，2，3，4，5，6 |
| name | String  | **参数解释：** 状态名称 **取值范围：** 不涉及                                                                                                                                                                                                                                                             |
   
 表16tracker 
| 参数   | 参数类型    | 描述                                                                                                                                                                                                                                                                                                                                                              |
|:---|:---|:---|
| id   | Integer | **参数解释：** 类型id，枚举： 2（任务/Task） 3（缺陷/Bug） 5（Epic） 6（Feature） 7（Story） **取值范围：** 2，3，5，6，7 |
| name | String  | **参数解释：** 类型名称 **取值范围：** 不涉及                                                                                                                                                                                                                                 |
   
 表17IssueAttribute 
| 参数   | 参数类型    | 描述                                                                                                                         |
|:---|:---|:---|
| id   | Integer | 参数解释： 发现环境ID。 取值范围： 不涉及 |
| name | String  | 参数解释： 发现环境名称。 取值范围： 不涉及 |
   
 表18TagRelation 
| 参数         | 参数类型    | 描述                                                                                                                               |
|:---|:---|:---|
| relationId | Integer | **参数解释：** 关联ID。 **取值范围：** 不涉及 |
| tagId      | Integer | **参数解释：** 标签ID。 **取值范围：** 不涉及 |
| region     | String  | **参数解释：** 区域。 **取值范围：** 不涉及   |
| name       | String  | **参数解释：** 标签名称。 **取值范围：** 不涉及 |
   
**状态码：400**
表19响应Body参数 
| 参数         | 参数类型   | 描述                                                                                                                                |
|:---|:---|:---|
| error_code | String | **参数解释**： 错误码。 **取值范围**： 不涉及。  |
| error_msg  | String | **参数解释**： 错误描述。 **取值范围**： 不涉及。 |
   
**状态码：401**
表20响应Body参数 
| 参数         | 参数类型   | 描述                                                                                                                                        |
|:---|:---|:---|
| error_code | String | **参数解释**： 错误码。 **取值范围**： 不涉及。          |
| error_msg  | String | **参数解释**： 错误描述。 **取值范围**： 不涉及。         |
| request_id | String | **参数解释**： 请求的ID，系统自动生成。 **取值范围**： 不涉及。 |
   
#### 请求示例
```
PUT https://{endpoint}/v4/projects/526cefde62004de2b62b5e8dd2c2b3af/issues/4568921
{
  "status_id" : 2
}
```
#### 响应示例
**状态码：200**
```
{
  "id" : 1377841,
  "name" : "testAPI修改",
  "done_ratio" : 0,
  "tracker" : {
    "id" : 3,
    "name" : "Bug"
  },
  "priority" : {
    "id" : 2,
    "name" : "中"
  },
  "security_level" : null,
  "order" : {
    "id" : 1,
    "name" : "1"
  },
  "severity" : {
    "id" : 12,
    "name" : "一般"
  },
  "status" : {
    "id" : 1,
    "name" : "新建"
  },
  "release_dev" : "",
  "find_release_dev" : "",
  "env" : null,
  "updated_time" : "2026-07-08 14:23:25",
  "begin_time" : "2025-12-17",
  "end_time" : "2025-12-31",
  "project" : {
    "project_num_id" : 527,
    "project_id" : "ddb260aa69b848599747eadfa632a40f",
    "project_name" : "Scrum0630001"
  },
  "parent_issue" : {
    "id" : 1377839,
    "name" : "story111"
  },
  "module" : null,
  "domain" : null,
  "iteration" : null,
  "story_point" : null,
  "expected_work_hours" : 0,
  "actual_work_hours" : 0,
  "created_time" : "2026-06-30 16:57:45",
  "custom_fields" : [ ],
  "new_custom_fields" : null,
  "assigned_cc_user" : null,
  "assigned_user" : {
    "user_id" : null,
    "user_num_id" : null,
    "id" : 83,
    "name" : "CodeArtsReq_creq_chm1",
    "nick_name" : "creq_chm1",
    "first_name" : "creq_chm1"
  },
  "creator" : {
    "user_id" : null,
    "user_num_id" : null,
    "id" : 83,
    "name" : "CodeArtsReq_creq_chm1",
    "nick_name" : "creq_chm1",
    "first_name" : "creq_chm1"
  },
  "developer" : {
    "user_id" : null,
    "user_num_id" : null,
    "id" : 83,
    "name" : "CodeArtsReq_creq_chm1",
    "nick_name" : null,
    "first_name" : "creq_chm1"
  },
  "closed_time" : null,
  "tag_list" : null
}
```
#### SDK代码示例
SDK代码示例如下。
#### Java
```
package com.huaweicloud.sdk.test;
import com.huaweicloud.sdk.core.auth.ICredential;
import com.huaweicloud.sdk.core.auth.BasicCredentials;
import com.huaweicloud.sdk.core.exception.ConnectionException;
import com.huaweicloud.sdk.core.exception.RequestTimeoutException;
import com.huaweicloud.sdk.core.exception.ServiceResponseException;
import com.huaweicloud.sdk.projectman.v4.region.ProjectManRegion;
import com.huaweicloud.sdk.projectman.v4.*;
import com.huaweicloud.sdk.projectman.v4.model.*;
public class UpdateIssueV4Solution {
    public static void main(String[] args) {
        // The AK and SK used for authentication are hard-coded or stored in plaintext, which has great security risks. It is recommended that the AK and SK be stored in ciphertext in configuration files or environment variables and decrypted during use to ensure security.
        // In this example, AK and SK are stored in environment variables for authentication. Before running this example, set environment variables CLOUD_SDK_AK and CLOUD_SDK_SK in the local environment
        String ak = System.getenv("CLOUD_SDK_AK");
        String sk = System.getenv("CLOUD_SDK_SK");
        ICredential auth = new BasicCredentials()
                .withAk(ak)
                .withSk(sk);
        ProjectManClient client = ProjectManClient.newBuilder()
                .withCredential(auth)
                .withRegion(ProjectManRegion.valueOf("<YOUR REGION>"))
                .build();
        UpdateIssueV4Request request = new UpdateIssueV4Request();
        request.withProjectId("{project_id}");
        request.withIssueId({issue_id});
        IssueRequestV4 body = new IssueRequestV4();
        body.withStatusId(2);
        request.withBody(body);
        try {
            UpdateIssueV4Response response = client.updateIssueV4(request);
            System.out.println(response.toString());
        } catch (ConnectionException e) {
            e.printStackTrace();
        } catch (RequestTimeoutException e) {
            e.printStackTrace();
        } catch (ServiceResponseException e) {
            e.printStackTrace();
            System.out.println(e.getHttpStatusCode());
            System.out.println(e.getRequestId());
            System.out.println(e.getErrorCode());
            System.out.println(e.getErrorMsg());
        }
    }
}
```
#### Python
```
# coding: utf-8
import os
from huaweicloudsdkcore.auth.credentials import BasicCredentials
from huaweicloudsdkprojectman.v4.region.projectman_region import ProjectManRegion
from huaweicloudsdkcore.exceptions import exceptions
from huaweicloudsdkprojectman.v4 import *
if __name__ == "__main__":
    # The AK and SK used for authentication are hard-coded or stored in plaintext, which has great security risks. It is recommended that the AK and SK be stored in ciphertext in configuration files or environment variables and decrypted during use to ensure security.
    # In this example, AK and SK are stored in environment variables for authentication. Before running this example, set environment variables CLOUD_SDK_AK and CLOUD_SDK_SK in the local environment
    ak = os.environ["CLOUD_SDK_AK"]
    sk = os.environ["CLOUD_SDK_SK"]
    credentials = BasicCredentials(ak, sk)
    client = ProjectManClient.new_builder() \
        .with_credentials(credentials) \
        .with_region(ProjectManRegion.value_of("<YOUR REGION>")) \
        .build()
    try:
        request = UpdateIssueV4Request()
        request.project_id = "{project_id}"
        request.issue_id = {issue_id}
        request.body = IssueRequestV4(
            status_id=2
        )
        response = client.update_issue_v4(request)
        print(response)
    except exceptions.ClientRequestException as e:
        print(e.status_code)
        print(e.request_id)
        print(e.error_code)
        print(e.error_msg)
```
#### Go
```
package main
import (
"fmt"
"github.com/huaweicloud/huaweicloud-sdk-go-v3/core/auth/basic"
    projectman "github.com/huaweicloud/huaweicloud-sdk-go-v3/services/projectman/v4"
"github.com/huaweicloud/huaweicloud-sdk-go-v3/services/projectman/v4/model"
    region "github.com/huaweicloud/huaweicloud-sdk-go-v3/services/projectman/v4/region"
)
func main() {
    // The AK and SK used for authentication are hard-coded or stored in plaintext, which has great security risks. It is recommended that the AK and SK be stored in ciphertext in configuration files or environment variables and decrypted during use to ensure security.
    // In this example, AK and SK are stored in environment variables for authentication. Before running this example, set environment variables CLOUD_SDK_AK and CLOUD_SDK_SK in the local environment
    ak := os.Getenv("CLOUD_SDK_AK")
    sk := os.Getenv("CLOUD_SDK_SK")
    auth, err := basic.NewCredentialsBuilder().
        WithAk(ak).
        WithSk(sk).
        SafeBuild()
    if err != nil {
        fmt.Println(err)
        return
    }
    hcClient, err := projectman.ProjectManClientBuilder().
         WithRegion(region.ValueOf("<YOUR REGION>")).
         WithCredential(auth).
         SafeBuild()
    if err != nil {
        fmt.Println(err)
        return
    }
    client := projectman.NewProjectManClient(hcClient)
    request := &model.UpdateIssueV4Request{}
request.ProjectId = "{project_id}"
request.IssueId = int32({issue_id})
statusIdIssueRequestV4:= int32(2)
request.Body = &model.IssueRequestV4{
StatusId: &statusIdIssueRequestV4,
}
response, err := client.UpdateIssueV4(request)
if err == nil {
        fmt.Printf("%+v\n", response)
    } else {
        fmt.Println(err)
    }
}
```
#### 更多
更多编程语言的SDK代码示例，请参见[API Explorer](https://console.huaweicloud.com/apiexplorer/#/openapi/ProjectMan/sdk?api=UpdateIssueV4)的代码示例页签，可生成自动对应的SDK代码示例。
#### 状态码
| 状态码 | 描述           |
|:---|:---|
| 200 | OK           |
| 400 | Bad Request  |
| 401 | Unauthorized |
   
#### 错误码
请参见[错误码](https://support.huaweicloud.com/api-projectman/ErrorCode.html)。
