Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddJiraIssue ¶
添加jira问题单
func AddJiraRemark ¶
AddJiraRemark 添加jira问题备注
Types ¶
type Attachment ¶
type CommonParam ¶
type CommonParam struct {
ID string `json:"id""`
}
type FieldOption ¶
type JiraData ¶
type JiraData struct { SyncKey string `json:"customfield_20400,omitempty"` // 对方的KEY Summary string `json:"summary,omitempty"` // 概要 Level map[string]interface{} `json:"customfield_15121,omitempty"` // 严重程度 Versions []map[string]interface{} `json:"versions,omitempty"` // 影响版本 Project map[string]interface{} `json:"project,omitempty"` // 项目 Components []map[string]interface{} `json:"components,omitempty"` // 模块 RecurRate map[string]interface{} `json:"customfield_17400,omitempty"` // 重现概率 Description string `json:"description,omitempty"` // 描述 Occurdate string `json:"customfield_17200,omitempty"` // 发生时间 IssueType map[string]interface{} `json:"issuetype,omitempty"` // 问题类型 Areas map[string]interface{} `json:"customfield_17302,omitempty"` // 领域 VersionType map[string]interface{} `json:"customfield_17101,omitempty"` // 版本类型 Priority map[string]interface{} `json:"priority,omitempty"` // 优先级 Milestone map[string]interface{} `json:"customfield_16800,omitempty"'` // 里程碑版本 CurrentOwner map[string]interface{} `json:"assignee,omitempty"` // 处理人 ExpectStart string `json:"customfield_16729,omitempty"` // 预计开始 ExpectEnd string `json:"customfield_16730,omitempty"` // 预计结束 Source *CommonParam `json:"customfield_16100,omitempty"` // 来源 Product []CommonParam `json:"customfield_16107,omitempty"` // 产品 DemandAttr *CommonParam `json:"customfield_19400,omitempty"` // 需求属性 TargetMarket []CommonParam `json:"customfield_19700,omitempty"` // 目标市场 OtherFields []CommonParam `json:"customfield_16104,omitempty"` // 是否涉及其它领域 DesignDocuments string `json:"customfield_16617,omitempty"` // 设否需要设计文档 Risk string `json:"customfield_17300,omitempty"` // 风险 Duedate string `json:"duedate,omitempty"` // 到期日 Comment *struct { Comments []Comments `json:"comments"` } `json:"comment,omitempty"` Attachment []Attachment `json:"attachment,omitempty"` // 附件信息 }
Click to show internal directories.
Click to hide internal directories.