Categorygithub.com/alexsuslov/go-jira2
modulepackage
0.0.10
Repository: https://github.com/alexsuslov/go-jira2.git
Documentation: pkg.go.dev

# README

Simple go-jira

Get issue

export JIRA_HOST=https://host.com
export JIRA_USER=user
export JIRA_PASS=pass

import (
    gojira "github.com/andygrunwald/go-jira"
)

SD:=jira.SD{}

SD.Debug(true)

IssueService:=SD.IssueService()

issue:=gojira.Issue{}
if err := IssueService.Issue("issueKey", &issue); err!=nil{
    panic(err)
}

SD.Debug(false)

# Functions

No description provided by the author
No description provided by the author

# Constants

No description provided by the author
ATTACHMENT_POST
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
const ISSUES = "/rest/api/2/issue".
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
POST
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author