Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.2 KB

IssueUpdateParam.md

File metadata and controls

19 lines (15 loc) · 1.2 KB

IssueUpdateParam

Properties

Name Type Description Notes
AccessToken string 用户授权码 [optional] [default to null]
Repo string 仓库路径(path) [optional] [default to null]
Title string Issue标题 [optional] [default to null]
State string Issue 状态,open(开启的)、progressing(进行中)、closed(关闭的) [optional] [default to null]
Body string Issue描述 [optional] [default to null]
Assignee string Issue负责人的username [optional] [default to null]
Milestone int32 里程碑序号 [optional] [default to null]
Labels string 用逗号分开的标签,名称要求长度在 2-20 之间且非特殊字符。如: bug,performance [optional] [default to null]
Program string 项目ID [optional] [default to null]
Collaborators string Issue协助者的个人空间地址, 以 , 分隔 [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]