Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
var AssignedExcludeProjectsList string
AssignedExcludeProjectsList is the comma-separated list of projects to exclude
var AssignedProjectsList string
AssignedProjectsList is the comma-separated list of projects to include
var DaysOfServicedeskItems int
DaysOfServicedeskItems holds the number of days of history to fetch
var FilterID int
FilterID holds the ID of the pre-built filter querying release notes
var OutputFilePath string
OutputFilePath is the file path to output the data
var Project string
Project is the Jira project name code
var ProjectsList string
ProjectsList holds a comma separated list of boards
var Query string
Query holds a custom query string for creating custom release notes.
var ReleaseKey string
ReleaseKey is the key shared among the sprints
var ReleaseLabel string
ReleaseLabel issues with this label should be included in public release notes
var ServicedeskProject string
ServicedeskProject is the Jira project name code for the servicedesk project
var Verbose bool
Verbose prints out the options
Functions ¶
Types ¶
type ActionableLinkedIssues ¶
ActionableLinkedIssues holds support issues with resolved or inprogress issues
type IssuePrinted ¶
IssuePrinted struct
type ReleaseNotes ¶
ReleaseNotes struct
type SprintData ¶
type SprintData struct { Name string CompletedIssues []IssuePrinted IncompleteIssues []IssuePrinted IssueTypes []string }
SprintData struct