Versions in this module Expand all Collapse all v1 v1.0.0 Mar 15, 2023 Changes in this version + func AddJiraIssue(jiraBug *JiraData, auth string) (ret interface{}, err error) + func AddJiraRemark(remarks []string, key string, auth string) (err error) + func ProjectIsExist(projectid string) (bool, error) + type Attachment struct + Content string + FileName string + Id string + Self string + Size int64 + type Author struct + Name string + type Comments struct + Author Author + Body string + Id string + type CommonParam struct + ID string + type FieldOption struct + CUSTOMFIELD float64 + Id string + Value string + type JiraData struct + Areas map[string]interface{} + Attachment []Attachment + Comment ... + Components []map[string]interface{} + CurrentOwner map[string]interface{} + DemandAttr *CommonParam + Description string + DesignDocuments string + Duedate string + ExpectEnd string + ExpectStart string + IssueType map[string]interface{} + Level map[string]interface{} + Milestone map[string]interface{} + Occurdate string + OtherFields []CommonParam + Priority map[string]interface{} + Product []CommonParam + Project map[string]interface{} + RecurRate map[string]interface{} + Risk string + Source *CommonParam + Summary string + SyncKey string + TargetMarket []CommonParam + VersionType map[string]interface{} + Versions []map[string]interface{}