Documentation
¶
Index ¶
- Constants
- func GetAuth() runtime.ClientAuthInfoWriter
- func GetClient() *apiclient.ShortcutAPI
- func GetEpic(id int64) models.Epic
- func GetMember(uuid strfmt.UUID) models.Member
- func GetWorkflow(id int64) models.Workflow
- func RetrieveIteration(name string) models.IterationSlim
- func StoriesByIteration(iterationID int64) []*models.StorySlim
- type EpicsStats
- type GlobalEpicStats
- type OwnerStats
- type StoryPostponed
- type WorflowInfo
- type WorkflowStats
Constants ¶
View Source
const CTX_TIMEOUT = 5000 * time.Millisecond
Variables ¶
This section is empty.
Functions ¶
func GetAuth ¶
func GetAuth() runtime.ClientAuthInfoWriter
func GetClient ¶
func GetClient() *apiclient.ShortcutAPI
func GetWorkflow ¶ added in v1.2.0
func RetrieveIteration ¶ added in v1.1.0
func RetrieveIteration(name string) models.IterationSlim
func StoriesByIteration ¶ added in v1.1.0
Types ¶
type EpicsStats ¶
type EpicsStats struct { WorkflowID map[int64]map[int64]WorkflowStats Name string StoriesUnstarted int StoriesUnstartedPercent int StoriesStarted int StoriesStartedPercent int StoriesDone int StoriesDonePercent int StoriesBacklog int StoriesBacklogPercent int EstimateUnstarted int EstimateUnstartedPercent int EstimateStarted int EstimateStartedPercent int EstimateDone int EstimateDonePercent int EstimateBacklog int EstimateBacklogPercent int }
func IncreaseEpicsEstimateCounter ¶ added in v1.4.0
func IncreaseEpicsEstimateCounter(storyWorkflowState WorflowInfo, epicsStats EpicsStats, estimate int) EpicsStats
func IncreaseEpicsStoriesCounter ¶ added in v1.5.0
func IncreaseEpicsStoriesCounter(storyWorkflowState WorflowInfo, epicsStats EpicsStats) EpicsStats
func SummaryEpicStat ¶ added in v1.2.0
func SummaryEpicStat(epic EpicsStats) EpicsStats
type GlobalEpicStats ¶ added in v1.6.0
type GlobalEpicStats struct { StoriesUnstarted int StoriesUnstartedPercent int StoriesStarted int StoriesStartedPercent int StoriesDone int StoriesDonePercent int StoriesBacklog int StoriesBacklogPercent int EstimateUnstarted int EstimateUnstartedPercent int EstimateStarted int EstimateStartedPercent int EstimateDone int EstimateDonePercent int EstimateBacklog int EstimateBacklogPercent int }
func ComputeEpicGlobalStat ¶ added in v1.6.0
func ComputeEpicGlobalStat(global GlobalEpicStats, epic EpicsStats) GlobalEpicStats
type OwnerStats ¶ added in v1.3.0
func OrdererOwnersUUID ¶ added in v1.3.0
func OrdererOwnersUUID(ownersUUID map[strfmt.UUID]int64) []OwnerStats
type StoryPostponed ¶
type WorflowInfo ¶ added in v1.2.0
type WorkflowStats ¶
type WorkflowStats struct {
Count int
}
Click to show internal directories.
Click to hide internal directories.