Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JiraBoardIssue ¶
type JiraChangelog ¶
type JiraChangelogItem ¶
type JiraIssue ¶
type JiraIssue struct {
models.Model
// collected fields
ProjectId uint64
Self string
Key string
Summary string
Type string
EpicKey string
StatusName string
StatusKey string
StoryPoint float64
ResolutionDate sql.NullTime
Created time.Time
Updated time.Time
// enriched fields
// RequirementAnalsyisLeadTime uint
// DesignLeadTime uint
// DevelopmentLeadTime uint
// TestLeadTime uint
// DeliveryLeadTime uint
LeadTime uint
StdStoryPoint uint
StdType string
StdStatus string
// internal status tracking
ChangelogUpdated sql.NullTime
}
Click to show internal directories.
Click to hide internal directories.