jira

package
v0.0.0-...-5284f38 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: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Assignee

type Assignee struct {
	IssueKey      string
	AssigneeName  string
	TransitionIds []string
}

type Client

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

Client ...

func NewClient

func NewClient(token, baseURL string) *Client

NewClient ...

func (*Client) ChangeStatusAndAssignee

func (client *Client) ChangeStatusAndAssignee(assignees []Assignee) error

ChangeStatusAndAssignee ...

type JsonAssignee

type JsonAssignee struct {
	Name string `json:"name,omitempty"`
}

type JsonTransition

type JsonTransition struct {
	Id string `json:"id,omitempty"`
}

type TransitionRequest

type TransitionRequest struct {
	Assignee   JsonAssignee   `json:"assignee,omitempty"`
	Transition JsonTransition `json:"transition,omitempty"`
}

Jump to

Keyboard shortcuts

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