sprint

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jun 20, 2019 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ListIssues

func ListIssues(client jira.API, opts IssueOptions, w io.Writer) error

ListIssues will list all the issues for a given board and sprint

func ListSprints

func ListSprints(client jira.API, boardName string, w io.Writer) error

ListSprints will list all the sprints for a given board

func NewBurndownCommand

func NewBurndownCommand(client jira.API) *cobra.Command

NewBurndownCommand creates a new `sprint burndown` command

func NewIssueCommand

func NewIssueCommand(client jira.API) *cobra.Command

NewIssueCommand creates a new `sprint issues` command

func NewListCommand

func NewListCommand(client jira.API) *cobra.Command

NewListCommand creates a new `sprint list` command

func NewSprintCommand

func NewSprintCommand(client jira.API) *cobra.Command

NewSprintCommand creates a new `sprint` command

func ShowBurndown

func ShowBurndown(client jira.API, opts BurndownOptions, w io.Writer) error

ShowBurndown will provide burndown data in a tabular format

Types

type BurndownOptions

type BurndownOptions struct {
	Args       []string
	FilterType string
}

BurndownOptions defines what arguments/options the user can provide

type IssueOptions

type IssueOptions struct {
	Args       []string
	FilterType string
}

IssueOptions defines what arguments/options the user can provide

Jump to

Keyboard shortcuts

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