Versions in this module Expand all Collapse all v1 v1.0.1 May 7, 2026 v1.0.0 Apr 30, 2026 Changes in this version + type Config struct + CycleTime CycleTimeConfig + Stages []Stage + func DefaultConfig() Config + type CycleTimeConfig struct + Completed string + Started string + type IssueHistory struct + Assignee string + Completed *time.Time + Created time.Time + CurrentStage string + EpicKey string + Key string + Labels []string + Priority string + Summary string + Transitions []StageTransition + Type string + type Mapper struct + func NewMapper(config Config) *Mapper + func (m *Mapper) GetCycleTimeStages() (start, end string) + func (m *Mapper) GetStage(status string) string + func (m *Mapper) GetStageNames() []string + func (m *Mapper) GetStageOrder(stageName string) int + func (m *Mapper) GetStages() []Stage + func (m *Mapper) IsCompleted(status string) bool + func (m *Mapper) MapIssueHistory(issue jira.IssueWithHistory) IssueHistory + func (m *Mapper) TimeInStage(history IssueHistory) map[string]time.Duration + type Stage struct + Category string + Name string + Order int + Statuses []string + type StageTransition struct + FromStage string + Timestamp time.Time + ToStage string