jira

package
v0.0.12 Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateIssue

func CreateIssue(args *CreateIssueArgs) (string, error)

func GetClient

func GetClient(args *CommonArgs) (*gojira.Client, error)

Types

type CommonArgs

type CommonArgs struct {
	InstanceUrl string
	Project     string
	User        string
	Password    string
}

type CreateIssueArgs

type CreateIssueArgs struct {
	Common       *CommonArgs
	Summary      string
	Description  string
	Assignee     string
	Type         string
	Labels       []string
	CustomFields map[string]string
}

Jump to

Keyboard shortcuts

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