proserpina

package module
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Nov 14, 2024 License: LGPL-2.1 Imports: 10 Imported by: 0

README

Proserpina

Jira to local DB reporting automation

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ExportIssues

func ExportIssues(jiraBaseURL string, headers map[string]string, dbFile string, projectKey string, csvFile string, tableName string)

Types

type JiraIssue

type JiraIssue struct {
	ID     string                 `json:"id"`
	Key    string                 `json:"key"`
	Fields map[string]interface{} `json:"fields"`
}

type JiraResponse

type JiraResponse struct {
	Issues []JiraIssue `json:"issues"`
	Total  int         `json:"total"`
}

Jump to

Keyboard shortcuts

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