jira

package
v0.0.0-...-bdd7a80 Latest Latest
Warning

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

Go to latest
Published: May 25, 2020 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client ...

func NewClient

func NewClient(token, baseURL string) *Client

NewClient ...

func (*Client) PostIssueAddLabel

func (client *Client) PostIssueAddLabel(comments []Comment, AdditionalLabel string) error

PostIssueAddLabel ...

type Comment

type Comment struct {
	Content string
	IssuKey string
}

Comment ...

type Labels

type Labels struct {
	Add string `json:"add"`
}

type Set

type Set struct {
	Name string `json:"name"`
}

type TransitionRequest

type TransitionRequest struct {
	Update Update `json:"update"`
}

------------------------------------- -- Private methods

type Update

type Update struct {
	Labels []Labels `json:"labels"`
}

Jump to

Keyboard shortcuts

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