| produce_random_id | string | 随机生成的事件ID |
| event_type | string | 事件类型,此处为 "issue" |
| object_kind | string | 对象类型,此处为 "issue" |
| object_attributes.id | integer | Issue的ID |
| object_attributes.iid | integer | Issue在项目中的ID |
| object_attributes.project_id | integer | 项目ID |
| object_attributes.title | string | Issue标题 |
| object_attributes.description | string | Issue描述内容 |
| object_attributes.state | string | Issue状态(opened: 开启的, closed: 关闭的) |
| object_attributes.action | string | 操作类型(open: 开启, close: 关闭, reopen: 重新开启, update: 更新) |
| object_attributes.created_at | string | 创建时间 |
| object_attributes.updated_at | string | 更新时 间 |
| object_attributes.confidential | boolean | 是否为私密Issue |
| object_attributes.url | string | Issue的Web访问地址 |
| object_attributes.time_estimate | integer | |
| object_attributes.total_time_spent | integer | |
| object_attributes.human_time_estimate | integer | |
| object_attributes.human_total_time_spent | integer | |
| object_attributes.assignee_ids | array | 指派人ID列表 |
| object_attributes.author.id | integer | 作者ID |
| object_attributes.author.name | string | 作者名称 |
| object_attributes.author.username | string | 作者用户名 |
| object_attributes.author.email | string | 作者邮箱 |
| object_attributes.author.avatar_url | string | 作者头像URL |
| object_attributes.author.web_url | string | 作者个人主页URL |
| project.id | integer | 项目ID |
| project.name | string | 项目名称 |
| project.web_url | string | 项目Web访问地址 |
| project.git_ssh_url | string | 项目SSH克隆地址 |
| project.git_http_url | string | 项目HTTP克隆地址 |
| project.namespace | string | 项目命名空间 |
| project.visibility_level | integer | 项目可见性级别(0: 私有, 1公开) |
| project.path_with_namespace | string | 带命名空间的项目路径 |
| project.default_branch | string | 默认分支 |
| user.id | integer | 触发事件的用户ID |
| user.name | string | 触发事件的用户名称 |
| user.username | string | |