jira

package
v0.0.0-...-bfb8082 Latest Latest
Warning

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

Go to latest
Published: Sep 2, 2020 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LogDebugPretty

func LogDebugPretty(v interface{})

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client ...

func NewClient

func NewClient(token, baseURL string) *Client

NewClient ...

func (*Client) GetJiraTickets

func (client *Client) GetJiraTickets(jiraTicket Ticket) error

type JiraTicketsResponse

type JiraTicketsResponse struct {
	Issues []struct {
		Key    string `json:"key"`
		Fields struct {
			Summary string `json:"summary"`
		} `json:"fields"`
	} `json:"issues"`
}

type Ticket

type Ticket struct {
	Projects string
	Status   string
	Platform string
}

Jump to

Keyboard shortcuts

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