pkg

package
v1.0.4 Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2017 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetProjects

func GetProjects(i JiraImporter) (jiraApi.ProjectList, error)

func JiraImport

func JiraImport(host string, user string, password string) error

func Process

func Process(i JiraImporter, jiraProjectId int, jiraProjectKey string, jql string)

Types

type BoardData added in v1.0.3

type BoardData struct {
	Id int
}

type IssueHook

type IssueHook struct {
	Timestamp    int64                  `json:"timestamp"`
	WebhookEvent string                 `json:"webhookEvent"`
	TypeName     string                 `json:"issue_event_type_name,omitempty"`
	User         *jiraApi.User          `json:"user,omitempty"`
	Issue        jiraApi.Issue          `json:"issue,omitempty"`
	Changelog    *changelog             `json:"changelog,omitempty"`
	Comment      *jiraApi.Comment       `json:"comment,omitempty"`
	Worklog      *jiraApi.WorklogRecord `json:"worklog,omitempty"`
}

IssueHook represent the hook sended by Jira webhook.

type JiraImporter

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

type ProjectData

type ProjectData struct {
	Project struct {
		Id int
	}
}

Jump to

Keyboard shortcuts

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