IssueGantt
Properties
| Name |
Type |
Description |
Notes |
| id |
int |
任务 ID |
[optional] |
| rootId |
int |
根结点 ID |
[optional] |
| parentId |
int |
父任务ID |
[optional] |
| projectId |
int |
关联项目 ID |
[optional] |
| ident |
string |
任务全局唯一标识符 |
[optional] |
| title |
string |
任务标题 |
[optional] |
| issueStateId |
int |
任务状态id |
[optional] |
| programId |
int |
项目id |
[optional] |
| state |
string |
任务状态标识符: open, progressing, closed, rejected |
[optional] |
| commentsCount |
int |
评论数量 |
[optional] |
| priority |
int |
优先级标识符 |
[optional] |
| branch |
string |
关联的分支名 |
[optional] |
| priorityHuman |
string |
优先级中文名称 |
[optional] |
| assignee |
\GiteeEnterprise\Model\UserWithRemark |
任务负责人 |
[optional] |
| duration |
int |
预计工时。(单位:分钟) |
[optional] |
| createdAt |
string |
任务创建时间 |
[optional] |
| updatedAt |
string |
任务更新时间 |
[optional] |
| collaborators |
\GiteeEnterprise\Model\UserWithRemark[] |
任务协作者 |
[optional] |
| author |
\GiteeEnterprise\Model\UserWithRemark |
任务创建者 |
[optional] |
| milestone |
\GiteeEnterprise\Model\Milestone |
里程碑 |
[optional] |
| issueState |
\GiteeEnterprise\Model\IssueState |
任务状态 |
[optional] |
| issueType |
\GiteeEnterprise\Model\IssueType[] |
任务类型 |
[optional] |
| labels |
\GiteeEnterprise\Model\Label[] |
任务关联的标签 |
[optional] |
| issueExtra |
null[] |
任务自定义字段值 |
[optional] |
| planStartedAt |
string |
计划开始时间 |
[optional] |
| deadline |
string |
计划完成时间 |
[optional] |
| finishedAt |
string |
实际完成时间 |
[optional] |
| startedAt |
string |
实际开始时间 |
[optional] |
| securityHole |
bool |
是否是私有Issue |
[optional] |
| isStar |
bool |
是否星标任务 |
[optional] |
| kanbanInfo |
object |
所属看板 |
[optional] |
| scrumSprint |
\GiteeEnterprise\Model\ScrumSprint |
关联迭代 |
[optional] |
| childrenCount |
int |
子任务数 |
[optional] |
| sort |
int |
相同项目相同根节点下的排序值 |
[optional] |
| isPreIssue |
bool |
是否是当前工作项的前置工作项 |
[optional] |
[Back to Model list] [Back to API list] [Back to README]