j

package
v0.0.0-...-0e93b89 Latest Latest
Warning

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

Go to latest
Published: Feb 5, 2024 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const IssuePageSize = 50

Variables

This section is empty.

Functions

This section is empty.

Types

type Instance

type Instance struct {
	URL   string
	User  string
	Token string
}

func NewInstance

func NewInstance(url, user, token string) Instance

func (Instance) GetAllIssues

func (i Instance) GetAllIssues(jql string, fields, expand *[]string) (*[]models.IssueScheme, error)

mmake multiple calls to get all issues for jql

func (Instance) ListAllIssues

func (i Instance) ListAllIssues(jql string, fields, expand *[]string, cb func(*models.IssueSearchScheme, *models.ResponseScheme) error) error

async list all issues for a jql with a callback per api request

func (Instance) NewClient

func (i Instance) NewClient() (*jira.Client, context.Context, error)

Jump to

Keyboard shortcuts

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