cmd

package
v0.0.0-...-2c22192 Latest Latest
Warning

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

Go to latest
Published: Nov 11, 2019 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AssignedExcludeProjectsList string

AssignedExcludeProjectsList is the comma-separated list of projects to exclude

View Source
var AssignedProjectsList string

AssignedProjectsList is the comma-separated list of projects to include

View Source
var DaysOfServicedeskItems int

DaysOfServicedeskItems holds the number of days of history to fetch

View Source
var FilterID int

FilterID holds the ID of the pre-built filter querying release notes

View Source
var OutputFilePath string

OutputFilePath is the file path to output the data

View Source
var Project string

Project is the Jira project name code

View Source
var ProjectsList string

ProjectsList holds a comma separated list of boards

View Source
var Query string

Query holds a custom query string for creating custom release notes.

View Source
var ReleaseKey string

ReleaseKey is the key shared among the sprints

View Source
var ReleaseLabel string

ReleaseLabel issues with this label should be included in public release notes

View Source
var ServicedeskProject string

ServicedeskProject is the Jira project name code for the servicedesk project

View Source
var Verbose bool

Verbose prints out the options

Functions

func Execute

func Execute()

Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.

Types

type ActionableLinkedIssues

type ActionableLinkedIssues struct {
	Resolved   []jira.Issue
	InProgress []jira.Issue
}

ActionableLinkedIssues holds support issues with resolved or inprogress issues

type IssuePrinted

type IssuePrinted struct {
	JiraIssue jira.Issue
	Printed   string
}

IssuePrinted struct

type ReleaseNotes

type ReleaseNotes struct {
	AllIssues      []jira.Issue
	FilteredIssues []jira.Issue
}

ReleaseNotes struct

type SprintData

type SprintData struct {
	Name             string
	CompletedIssues  []IssuePrinted
	IncompleteIssues []IssuePrinted
	IssueTypes       []string
}

SprintData struct

Jump to

Keyboard shortcuts

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