drift

package
v0.1.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 23, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Package drift compares planned Jira tickets against delivered commits to measure plan-vs-actual gap.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FormatMarkdown

func FormatMarkdown(r *Report) string

Types

type Report

type Report struct {
	PlannedNotDelivered []*jira.Issue
	DeliveredNotPlanned []*jira.Issue
	Slipped             []*jira.Issue
	DeliveryRate        float64
	ScopeCreepRate      float64
	SlipRate            float64
}

func Analyze

func Analyze(ctx context.Context, client *jira.Client, projectKey, fixVersion string, deliveredKeys []string) (*Report, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL