jira

package
v0.0.0-...-5ccacb8 Latest Latest
Warning

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

Go to latest
Published: Jul 21, 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) PostIssueFixVersion

func (client *Client) PostIssueFixVersion(fixVersion []FixVersion) error

PostIssueFixVersion ...

type FixVersion

type FixVersion struct {
	Content string
	IssuKey string
}

FixVersion ...

type JsonFixVersion

type JsonFixVersion struct {
	Set []Set `json:"set"`
}

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 {
	FixVersion []JsonFixVersion `json:"fixVersions"`
}

Jump to

Keyboard shortcuts

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