ticket

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Oct 14, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Board

type Board struct {
	base.DomainEntity
	Name string
	Url  string
}

type Changelog

type Changelog struct {
	base.DomainEntity

	// collected fields
	IssueOriginKey string `gorm:"index"`
	AuthorId       string
	AuthorName     string
	FieldId        string
	FieldName      string
	From           string
	To             string
	CreatedDate    time.Time
}

type Issue

type Issue struct {
	base.DomainEntity

	// collected fields
	BoardOriginKey string `gorm:"index"`
	Url            string
	Key            string
	Summary        string
	EpicKey        string
	Type           string
	Status         string
	StoryPoint     uint
	ResolutionDate sql.NullTime
	CreatedDate    time.Time
	UpdatedDate    time.Time
	LeadTime       uint
}

Jump to

Keyboard shortcuts

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