internal

package
v0.0.0-...-390917f Latest Latest
Warning

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

Go to latest
Published: Jun 4, 2021 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ForwardIssue

func ForwardIssue(username, token, endpoint string)

func GetRules

func GetRules() []entity.Rule

func UpdateRules

func UpdateRules(rule entity.Rule)

func WriteRule

func WriteRule(rule entity.Rule)

Types

type Customfield10366

type Customfield10366 struct {
	Value string `json:"value"`
}

type DataField

type DataField struct {
	Fields Fields `json:"fields"`
}

type Fields

type Fields struct {
	Customfield10366 Customfield10366 `json:"customfield_10366"`
}

type Issue

type Issue struct {
	ID                 string `json:"id,omitempty"`
	Description        string `json:"description,omitempty"`
	Reporter           string `json:"reporter,omitempty"`
	CreatedDate        string `json:"created_date,omitempty"`
	Type               string `json:"type,omitempty"`
	Priority           string `json:"priority,omitempty"`
	ProductServiceDesk string `json:"priority,omitempty"`
}

type Response

type Response struct {
	Issues []Issue `json:"issues,omitempty"`
}

Jump to

Keyboard shortcuts

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