|
1 | 1 | # IssueDetail |
2 | 2 |
|
3 | 3 | ## Properties |
4 | | -Name | Type | Description | Notes |
5 | | ------------- |--------------------------------------------------------------------------------| ------------- | ------------- |
6 | | -**id** | **int** | 任务 ID | [optional] |
7 | | -**rootId** | **int** | 根结点 ID | [optional] |
8 | | -**parentId** | **int** | 父任务 ID | [optional] |
9 | | -**projectId** | **int** | 关联项目 ID | [optional] |
10 | | -**ident** | **string** | 任务全局唯一标识符 | [optional] |
11 | | -**title** | **string** | 任务标题 | [optional] |
12 | | -**issueStateId** | **int** | 任务状态id | [optional] |
13 | | -**programId** | **int** | 项目id | [optional] |
14 | | -**state** | **string** | 任务状态标识符: open, progressing, closed, rejected | [optional] |
15 | | -**commentsCount** | **int** | 评论数量 | [optional] |
16 | | -**priority** | **int** | 优先级标识符 | [optional] |
17 | | -**branch** | **string** | 关联的分支名 | [optional] |
18 | | -**priorityHuman** | **string** | 优先级中文名称 | [optional] |
19 | | -**assignee** | [**\GiteeEnterprise\Model\UserWithRemark**](UserWithRemark.md) | 任务负责人 | [optional] |
20 | | -**duration** | **int** | 预计工时。(单位:分钟) | [optional] |
21 | | -**createdAt** | **string** | 任务创建时间 | [optional] |
22 | | -**updatedAt** | **string** | 任务更新时间 | [optional] |
23 | | -**collaborators** | [**\GiteeEnterprise\Model\UserWithRemark[]**](UserWithRemark.md) | 任务协作者 | [optional] |
24 | | -**author** | [**\GiteeEnterprise\Model\UserWithRemark**](UserWithRemark.md) | 任务创建者 | [optional] |
25 | | -**milestone** | [**\GiteeEnterprise\Model\Milestone**](Milestone.md) | 关联的里程碑 | [optional] |
26 | | -**issueState** | [**\GiteeEnterprise\Model\IssueState**](IssueState.md) | 任务状态 | [optional] |
27 | | -**issueType** | [**\GiteeEnterprise\Model\IssueType**](IssueType.md) | 任务类型 | [optional] |
28 | | -**labels** | [**\GiteeEnterprise\Model\Label[]**](Label.md) | 任务关联的标签 | [optional] |
29 | | -**issueExtra** | [**null[]**](.md) | 任务自定义字段值 | [optional] |
30 | | -**planStartedAt** | **string** | 计划开始时间 | [optional] |
31 | | -**deadline** | **string** | 计划完成时间 | [optional] |
32 | | -**finishedAt** | **string** | 实际完成时间 | [optional] |
33 | | -**startedAt** | **string** | 实际开始时间 | [optional] |
34 | | -**securityHole** | **bool** | 是否是私有Issue | [optional] |
35 | | -**isStar** | **bool** | 当前用户是否收藏过此任务 | [optional] |
36 | | -**kanbanInfo** | **object** | 所属看板 | [optional] |
37 | | -**scrumSprint** | [**\GiteeEnterprise\Model\ScrumSprint**](ScrumSprint.md) | 关联迭代 | [optional] |
38 | | -**description** | **string** | 任务内容(markdown 格式) | [optional] |
39 | | -**descriptionHtml** | **string** | 任务内容(html 格式) | [optional] |
40 | | -**descriptionJson** | **string** | 工作项 JSON 格式内容 | [optional] |
41 | | -**descriptionType** | **string** | 工作项描述文本类型 | [optional] |
42 | | -**issueUrl** | **string** | PC的任务详情链接 | [optional] |
43 | | -**program** | [**\GiteeEnterprise\Model\ProgramWithComponents**](ProgramWithComponents.md) | 关联的项目 | [optional] |
44 | | -**project** | [**\GiteeEnterprise\Model\Project**](Project.md) | 关联的仓库 | [optional] |
45 | | -**parent** | [**\GiteeEnterprise\Model\Issue**](Issue.md) | 父级任务 | [optional] |
46 | | -**operateLogsCount** | **int** | 操作日志的数量 | [optional] |
47 | | -**reactions** | **object** | 表态 | [optional] |
48 | | -**attachFileIds** | **int** | issue附件id列表 | [optional] |
49 | | -**securityHoleOperater** | **bool** | 私有issue操作者 | [optional] |
| 4 | +Name | Type | Description | Notes |
| 5 | +------------ | ------------- | ------------- | ------------- |
| 6 | +**id** | **int** | 任务 ID | [optional] |
| 7 | +**rootId** | **int** | 根结点 ID | [optional] |
| 8 | +**parentId** | **int** | 父任务 ID | [optional] |
| 9 | +**projectId** | **int** | 关联项目 ID | [optional] |
| 10 | +**ident** | **string** | 任务全局唯一标识符 | [optional] |
| 11 | +**title** | **string** | 任务标题 | [optional] |
| 12 | +**issueStateId** | **int** | 任务状态id | [optional] |
| 13 | +**programId** | **int** | 项目id | [optional] |
| 14 | +**state** | **string** | 任务状态标识符: open, progressing, closed, rejected | [optional] |
| 15 | +**commentsCount** | **int** | 评论数量 | [optional] |
| 16 | +**priority** | **int** | 优先级标识符 | [optional] |
| 17 | +**branch** | **string** | 关联的分支名 | [optional] |
| 18 | +**priorityHuman** | **string** | 优先级中文名称 | [optional] |
| 19 | +**assignee** | [**\GiteeEnterprise\Model\UserWithRemark**](UserWithRemark.md) | 任务负责人 | [optional] |
| 20 | +**duration** | **int** | 预计工时。(单位:分钟) | [optional] |
| 21 | +**createdAt** | **string** | 任务创建时间 | [optional] |
| 22 | +**updatedAt** | **string** | 任务更新时间 | [optional] |
| 23 | +**collaborators** | [**\GiteeEnterprise\Model\UserWithRemark[]**](UserWithRemark.md) | 任务协作者 | [optional] |
| 24 | +**author** | [**\GiteeEnterprise\Model\UserWithRemark**](UserWithRemark.md) | 任务创建者 | [optional] |
| 25 | +**milestone** | [**\GiteeEnterprise\Model\Milestone**](Milestone.md) | 关联的里程碑 | [optional] |
| 26 | +**issueState** | [**\GiteeEnterprise\Model\IssueState**](IssueState.md) | 任务状态 | [optional] |
| 27 | +**issueType** | [**\GiteeEnterprise\Model\IssueType**](IssueType.md) | 任务类型 | [optional] |
| 28 | +**labels** | [**\GiteeEnterprise\Model\Label[]**](Label.md) | 任务关联的标签 | [optional] |
| 29 | +**issueExtra** | [**null[]**](.md) | 任务自定义字段值 | [optional] |
| 30 | +**planStartedAt** | **string** | 计划开始时间 | [optional] |
| 31 | +**deadline** | **string** | 计划完成时间 | [optional] |
| 32 | +**finishedAt** | **string** | 实际完成时间 | [optional] |
| 33 | +**startedAt** | **string** | 实际开始时间 | [optional] |
| 34 | +**securityHole** | **bool** | 是否是私有Issue | [optional] |
| 35 | +**isStar** | **bool** | 当前用户是否收藏过此任务 | [optional] |
| 36 | +**kanbanInfo** | **object** | 所属看板 | [optional] |
| 37 | +**scrumSprint** | [**\GiteeEnterprise\Model\ScrumSprint**](ScrumSprint.md) | 关联迭代 | [optional] |
| 38 | +**description** | **string** | 任务内容(markdown 格式) | [optional] |
| 39 | +**descriptionHtml** | **string** | 任务内容(html 格式) | [optional] |
| 40 | +**descriptionJson** | **string** | 工作项 JSON 格式内容 | [optional] |
| 41 | +**descriptionType** | **string** | 工作项描述文本类型 | [optional] |
| 42 | +**issueUrl** | **string** | PC的任务详情链接 | [optional] |
| 43 | +**program** | [**\GiteeEnterprise\Model\ProgramWithComponents**](ProgramWithComponents.md) | 关联的项目 | [optional] |
| 44 | +**project** | [**\GiteeEnterprise\Model\Project**](Project.md) | 关联的仓库 | [optional] |
| 45 | +**parent** | [**\GiteeEnterprise\Model\Issue**](Issue.md) | 父级任务 | [optional] |
| 46 | +**operateLogsCount** | **int** | 操作日志的数量 | [optional] |
| 47 | +**reactions** | **object** | 表态 | [optional] |
| 48 | +**attachFileIds** | **int** | issue附件id列表 | [optional] |
| 49 | +**securityHoleOperater** | **bool** | 私有issue操作者 | [optional] |
50 | 50 | **scrumVersion** | [**\GiteeEnterprise\Model\EnterpriseScrumVersion**](EnterpriseScrumVersion.md) | 关联版本 | [optional] |
51 | | -**starredUsers** | [**\GiteeEnterprise\Model\UserWithRemark[]**](UserWithRemark.md) | 收藏了该任务的用户列表 | [optional] |
52 | | -**triggerExecuteInfo** | **bool** | 是否有异步执行的触发器 | [optional] |
53 | | -**estimatedDuration** | **float** | 预估工时(单位小时) | [optional] |
54 | | -**registeredDuration** | **float** | 登记工时(单位小时) | [optional] |
55 | | -**leftDuration** | **float** | 剩余工时(单位小时) | [optional] |
56 | | -**isInheritSatisfying** | **bool** | 子工作项是否符合层级关系 | [optional] |
57 | | -**version** | [**null[]**](.md) | 版本号集合 | [optional] |
58 | | -**children** | [**\GiteeEnterprise\Model\Issue[]**](Issue.md) | 子任务 | [optional] |
59 | | -**childrenCount** | **int** | 子任务数量 | [optional] |
| 51 | +**starredUsers** | [**\GiteeEnterprise\Model\UserWithRemark[]**](UserWithRemark.md) | 收藏了该任务的用户列表 | [optional] |
| 52 | +**triggerExecuteInfo** | **bool** | 是否有异步执行的触发器 | [optional] |
| 53 | +**estimatedDuration** | **float** | 预估工时(单位小时) | [optional] |
| 54 | +**registeredDuration** | **float** | 登记工时(单位小时) | [optional] |
| 55 | +**leftDuration** | **float** | 剩余工时(单位小时) | [optional] |
| 56 | +**isInheritSatisfying** | **bool** | 子工作项是否符合层级关系 | [optional] |
| 57 | +**version** | [**null[]**](.md) | 版本号集合 | [optional] |
| 58 | +**children** | [**\GiteeEnterprise\Model\Issue[]**](Issue.md) | 子任务 | [optional] |
| 59 | +**childrenCount** | **int** | 子任务数量 | [optional] |
60 | 60 |
|
61 | 61 | [[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) |
62 | 62 |
|
|
0 commit comments