1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-01-22 03:10:10 +02:00

[LIBRARY] Migrate: to interviewstreet

This commit is contained in:
Chhekur 2021-11-10 22:35:14 +05:30
parent ba7876d7de
commit 80d6819682
14 changed files with 81 additions and 81 deletions

4
.github/FUNDING.yml vendored
View File

@ -1,2 +1,2 @@
github: [bluevare, benjivesterby]
custom: "https://paypal.me/bluevare"
github: [interviewstreet, benjivesterby]
custom: "https://paypal.me/interviewstreet"

View File

@ -2,103 +2,103 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## [1.13.0](https://github.com/bluevare/go-jira/compare/v1.11.1...v1.13.0) (2020-10-25)
## [1.13.0](https://github.com/interviewstreet/go-jira/compare/v1.11.1...v1.13.0) (2020-10-25)
### Features
* add AddRemoteLink method ([f200e15](https://github.com/bluevare/go-jira/commit/f200e158b997a303db081cbbc5a9d8ad5d89566d)), closes [/developer.atlassian.com/cloud/jira/platform/rest/v2/#api-rest-api-2](https://github.com/bluevare//developer.atlassian.com/cloud/jira/platform/rest/v2//issues/api-rest-api-2)
* Add Names support on Issue struct ([#278](https://github.com/bluevare/go-jira/issues/278)) ([1fc10e0](https://github.com/bluevare/go-jira/commit/1fc10e0606784f745673ccc4d8d706c36f385a7a))
* Extend Makefile for more source code quality targets ([5e52236](https://github.com/bluevare/go-jira/commit/5e5223631a29d10a13e598318a6abe47384e2982))
* **context:** Add support for context package ([e1f4265](https://github.com/bluevare/go-jira/commit/e1f4265e2b467b938fe0c095caf6d36f3136d2ff))
* **issues:** Add GetEditMeta on issue ([a783764](https://github.com/bluevare/go-jira/commit/a783764b52dc890773658ddd0483a9d0393e385d)), closes [/docs.atlassian.com/DAC/rest/jira/6.1.html#d2e1364](https://github.com/bluevare//docs.atlassian.com/DAC/rest/jira/6.1.html/issues/d2e1364)
* **IssueService:** allow empty JQL ([#268](https://github.com/bluevare/go-jira/issues/268)) ([4b91cf2](https://github.com/bluevare/go-jira/commit/4b91cf2b135355de7ecee41727c3e65f4e7067bc))
* **project:** Add cronjob to check for stale issues ([#287](https://github.com/bluevare/go-jira/issues/287)) ([2096b04](https://github.com/bluevare/go-jira/commit/2096b04e52b434c1fb1c841bab487a94674a271e))
* **project:** Add GitHub Actions testing workflow ([#289](https://github.com/bluevare/go-jira/issues/289)) ([80c0282](https://github.com/bluevare/go-jira/commit/80c02828ca9e4eb0e4a1877275baae14d330a2d9)), closes [#290](https://github.com/bluevare/go-jira/issues/290)
* **project:** Add workflow to greet new contributors ([#288](https://github.com/bluevare/go-jira/issues/288)) ([c357b61](https://github.com/bluevare/go-jira/commit/c357b61a40f62a919ebd94a555390958f99c8db7))
* add AddRemoteLink method ([f200e15](https://github.com/interviewstreet/go-jira/commit/f200e158b997a303db081cbbc5a9d8ad5d89566d)), closes [/developer.atlassian.com/cloud/jira/platform/rest/v2/#api-rest-api-2](https://github.com/interviewstreet//developer.atlassian.com/cloud/jira/platform/rest/v2//issues/api-rest-api-2)
* Add Names support on Issue struct ([#278](https://github.com/interviewstreet/go-jira/issues/278)) ([1fc10e0](https://github.com/interviewstreet/go-jira/commit/1fc10e0606784f745673ccc4d8d706c36f385a7a))
* Extend Makefile for more source code quality targets ([5e52236](https://github.com/interviewstreet/go-jira/commit/5e5223631a29d10a13e598318a6abe47384e2982))
* **context:** Add support for context package ([e1f4265](https://github.com/interviewstreet/go-jira/commit/e1f4265e2b467b938fe0c095caf6d36f3136d2ff))
* **issues:** Add GetEditMeta on issue ([a783764](https://github.com/interviewstreet/go-jira/commit/a783764b52dc890773658ddd0483a9d0393e385d)), closes [/docs.atlassian.com/DAC/rest/jira/6.1.html#d2e1364](https://github.com/interviewstreet//docs.atlassian.com/DAC/rest/jira/6.1.html/issues/d2e1364)
* **IssueService:** allow empty JQL ([#268](https://github.com/interviewstreet/go-jira/issues/268)) ([4b91cf2](https://github.com/interviewstreet/go-jira/commit/4b91cf2b135355de7ecee41727c3e65f4e7067bc))
* **project:** Add cronjob to check for stale issues ([#287](https://github.com/interviewstreet/go-jira/issues/287)) ([2096b04](https://github.com/interviewstreet/go-jira/commit/2096b04e52b434c1fb1c841bab487a94674a271e))
* **project:** Add GitHub Actions testing workflow ([#289](https://github.com/interviewstreet/go-jira/issues/289)) ([80c0282](https://github.com/interviewstreet/go-jira/commit/80c02828ca9e4eb0e4a1877275baae14d330a2d9)), closes [#290](https://github.com/interviewstreet/go-jira/issues/290)
* **project:** Add workflow to greet new contributors ([#288](https://github.com/interviewstreet/go-jira/issues/288)) ([c357b61](https://github.com/interviewstreet/go-jira/commit/c357b61a40f62a919ebd94a555390958f99c8db7))
### Bug Fixes
* change millisecond time format ([8c77107](https://github.com/bluevare/go-jira/commit/8c77107df3757c4ec5eae6e9d7c018618e708bfa))
* paging with load balancer going to endless loop ([19d3fc0](https://github.com/bluevare/go-jira/commit/19d3fc0aecde547ffe1ab547c5ffb6c7972d387c)), closes [#260](https://github.com/bluevare/go-jira/issues/260)
* **issue:** IssueService.Search() with a not empty JQL triggers 400 bad request ([#292](https://github.com/bluevare/go-jira/issues/292)) ([8b64c7f](https://github.com/bluevare/go-jira/commit/8b64c7f005fbceb11fa43a7aff3de61eb3166fca)), closes [#291](https://github.com/bluevare/go-jira/issues/291)
* **IssueService.GetWatchers:** UserService.GetByAccountID support accountId params ([436469b](https://github.com/bluevare/go-jira/commit/436469b62d4d62037f380b38c918a13f4a5f0ab2))
* **product:** Make product naming consistent, rename JIRA to Jira ([#286](https://github.com/bluevare/go-jira/issues/286)) ([146229d](https://github.com/bluevare/go-jira/commit/146229d2ab58a3fb128ddc8dcbe03aff72e20857)), closes [#284](https://github.com/bluevare/go-jira/issues/284)
* **tests:** Fix TestIssueService_PostAttachment unit test ([f6b1dca](https://github.com/bluevare/go-jira/commit/f6b1dcafcfdd8fe69f842b1053c4030da6c97c7f))
* removing the use of username field in searching for users ([#297](https://github.com/bluevare/go-jira/issues/297)) ([f50cb07](https://github.com/bluevare/go-jira/commit/f50cb07b297d79138b13e5ab49ea33965d32f5c1))
* change millisecond time format ([8c77107](https://github.com/interviewstreet/go-jira/commit/8c77107df3757c4ec5eae6e9d7c018618e708bfa))
* paging with load balancer going to endless loop ([19d3fc0](https://github.com/interviewstreet/go-jira/commit/19d3fc0aecde547ffe1ab547c5ffb6c7972d387c)), closes [#260](https://github.com/interviewstreet/go-jira/issues/260)
* **issue:** IssueService.Search() with a not empty JQL triggers 400 bad request ([#292](https://github.com/interviewstreet/go-jira/issues/292)) ([8b64c7f](https://github.com/interviewstreet/go-jira/commit/8b64c7f005fbceb11fa43a7aff3de61eb3166fca)), closes [#291](https://github.com/interviewstreet/go-jira/issues/291)
* **IssueService.GetWatchers:** UserService.GetByAccountID support accountId params ([436469b](https://github.com/interviewstreet/go-jira/commit/436469b62d4d62037f380b38c918a13f4a5f0ab2))
* **product:** Make product naming consistent, rename JIRA to Jira ([#286](https://github.com/interviewstreet/go-jira/issues/286)) ([146229d](https://github.com/interviewstreet/go-jira/commit/146229d2ab58a3fb128ddc8dcbe03aff72e20857)), closes [#284](https://github.com/interviewstreet/go-jira/issues/284)
* **tests:** Fix TestIssueService_PostAttachment unit test ([f6b1dca](https://github.com/interviewstreet/go-jira/commit/f6b1dcafcfdd8fe69f842b1053c4030da6c97c7f))
* removing the use of username field in searching for users ([#297](https://github.com/interviewstreet/go-jira/issues/297)) ([f50cb07](https://github.com/interviewstreet/go-jira/commit/f50cb07b297d79138b13e5ab49ea33965d32f5c1))
## [1.12.0](https://github.com/bluevare/go-jira/compare/v1.11.1...v1.12.0) (2019-12-14)
## [1.12.0](https://github.com/interviewstreet/go-jira/compare/v1.11.1...v1.12.0) (2019-12-14)
### Features
* Add IssueLinkTypeService with GetList and test ([261889a](https://github.com/bluevare/go-jira/commit/261889adc63623fcea0fa8cab0d5da26eec37e68))
* add worklog update method ([9ff562a](https://github.com/bluevare/go-jira/commit/9ff562ae3ea037961f277be10412ad0a42ff8a6f))
* Implement get remote links method ([1946cac](https://github.com/bluevare/go-jira/commit/1946cac0fe6ee91f784e3dda3c12f3f30f7115b8))
* Implement issue link type DELETE ([e37cc6c](https://github.com/bluevare/go-jira/commit/e37cc6c6897830492c070667ab8b68bd85683fc3))
* Implement issue link type GET ([57538b9](https://github.com/bluevare/go-jira/commit/57538b926c558e97940760a30bdc16cdd37ef4f1))
* Implement issue link type POST ([75b9df8](https://github.com/bluevare/go-jira/commit/75b9df8b01557f01dc318d33c0bc2841a9c084eb))
* Implement issue link type PUT ([48a15c1](https://github.com/bluevare/go-jira/commit/48a15c10443a3cff78f0fb2c8034dd772320e238))
* provide access to issue transitions loaded from JIRA API ([7530b7c](https://github.com/bluevare/go-jira/commit/7530b7cd8266d82cdb4afe831518986772e742ba))
* Add IssueLinkTypeService with GetList and test ([261889a](https://github.com/interviewstreet/go-jira/commit/261889adc63623fcea0fa8cab0d5da26eec37e68))
* add worklog update method ([9ff562a](https://github.com/interviewstreet/go-jira/commit/9ff562ae3ea037961f277be10412ad0a42ff8a6f))
* Implement get remote links method ([1946cac](https://github.com/interviewstreet/go-jira/commit/1946cac0fe6ee91f784e3dda3c12f3f30f7115b8))
* Implement issue link type DELETE ([e37cc6c](https://github.com/interviewstreet/go-jira/commit/e37cc6c6897830492c070667ab8b68bd85683fc3))
* Implement issue link type GET ([57538b9](https://github.com/interviewstreet/go-jira/commit/57538b926c558e97940760a30bdc16cdd37ef4f1))
* Implement issue link type POST ([75b9df8](https://github.com/interviewstreet/go-jira/commit/75b9df8b01557f01dc318d33c0bc2841a9c084eb))
* Implement issue link type PUT ([48a15c1](https://github.com/interviewstreet/go-jira/commit/48a15c10443a3cff78f0fb2c8034dd772320e238))
* provide access to issue transitions loaded from JIRA API ([7530b7c](https://github.com/interviewstreet/go-jira/commit/7530b7cd8266d82cdb4afe831518986772e742ba))
### [1.11.1](https://github.com/bluevare/go-jira/compare/v1.11.0...v1.11.1) (2019-10-17)
### [1.11.1](https://github.com/interviewstreet/go-jira/compare/v1.11.0...v1.11.1) (2019-10-17)
## [1.11.0](https://github.com/bluevare/go-jira/compare/v1.10.0...v1.11.0) (2019-10-17)
## [1.11.0](https://github.com/interviewstreet/go-jira/compare/v1.10.0...v1.11.0) (2019-10-17)
### Features
* Add AccountID and AccountType to GroupMember struct ([216e005](https://github.com/bluevare/go-jira/commit/216e0056d6385eba9d31cb37e6ff64314860d2cc))
* Add AccountType and Locale to User struct ([52ab347](https://github.com/bluevare/go-jira/commit/52ab34790307144087f0d9bf86c93a2b2209fe46))
* Add GetAllStatuses ([afc96b1](https://github.com/bluevare/go-jira/commit/afc96b18d17b77e32cec9e1ac7e4f5dec7e627f5))
* Add GetMyFilters to FilterService ([ebae19d](https://github.com/bluevare/go-jira/commit/ebae19dda6afd0e54578f30300bc36012381e99b))
* Add Search to FilterService ([38a755b](https://github.com/bluevare/go-jira/commit/38a755b407cd70d11fe2e2897d814552ca29ab51))
* add support for JWT auth with qsh needed by add-ons ([a8bdfed](https://github.com/bluevare/go-jira/commit/a8bdfed27ff42a9bb0468b8cf192871780919def))
* AddGetBoardConfiguration ([fd698c5](https://github.com/bluevare/go-jira/commit/fd698c57163f248f21285d5ebc6a3bb60d46694f))
* Replace http.Client with interface for extensibility ([b59a65c](https://github.com/bluevare/go-jira/commit/b59a65c365dcefd42e135579e9b7ce9c9c006489))
* Add AccountID and AccountType to GroupMember struct ([216e005](https://github.com/interviewstreet/go-jira/commit/216e0056d6385eba9d31cb37e6ff64314860d2cc))
* Add AccountType and Locale to User struct ([52ab347](https://github.com/interviewstreet/go-jira/commit/52ab34790307144087f0d9bf86c93a2b2209fe46))
* Add GetAllStatuses ([afc96b1](https://github.com/interviewstreet/go-jira/commit/afc96b18d17b77e32cec9e1ac7e4f5dec7e627f5))
* Add GetMyFilters to FilterService ([ebae19d](https://github.com/interviewstreet/go-jira/commit/ebae19dda6afd0e54578f30300bc36012381e99b))
* Add Search to FilterService ([38a755b](https://github.com/interviewstreet/go-jira/commit/38a755b407cd70d11fe2e2897d814552ca29ab51))
* add support for JWT auth with qsh needed by add-ons ([a8bdfed](https://github.com/interviewstreet/go-jira/commit/a8bdfed27ff42a9bb0468b8cf192871780919def))
* AddGetBoardConfiguration ([fd698c5](https://github.com/interviewstreet/go-jira/commit/fd698c57163f248f21285d5ebc6a3bb60d46694f))
* Replace http.Client with interface for extensibility ([b59a65c](https://github.com/interviewstreet/go-jira/commit/b59a65c365dcefd42e135579e9b7ce9c9c006489))
### Bug Fixes
* Fix fixversion description tag ([8383e2f](https://github.com/bluevare/go-jira/commit/8383e2f5f145d04f6bcdb47fb12a95b58bdcedfa))
* Fix typos in filter_test.go ([e9a261c](https://github.com/bluevare/go-jira/commit/e9a261c52249073345e5895b22e2cf4d7286497a))
* Fix fixversion description tag ([8383e2f](https://github.com/interviewstreet/go-jira/commit/8383e2f5f145d04f6bcdb47fb12a95b58bdcedfa))
* Fix typos in filter_test.go ([e9a261c](https://github.com/interviewstreet/go-jira/commit/e9a261c52249073345e5895b22e2cf4d7286497a))
# [1.10.0](https://github.com/bluevare/go-jira/compare/v1.9.0...v1.10.0) (2019-05-23)
# [1.10.0](https://github.com/interviewstreet/go-jira/compare/v1.9.0...v1.10.0) (2019-05-23)
### Bug Fixes
* empty SearchOptions causing malformed request ([b3bf8c2](https://github.com/bluevare/go-jira/commit/b3bf8c2))
* empty SearchOptions causing malformed request ([b3bf8c2](https://github.com/interviewstreet/go-jira/commit/b3bf8c2))
### Features
* added DeleteAttachment ([e93c0e1](https://github.com/bluevare/go-jira/commit/e93c0e1))
* added DeleteAttachment ([e93c0e1](https://github.com/interviewstreet/go-jira/commit/e93c0e1))
# [1.9.0](https://github.com/bluevare/go-jira/compare/v1.8.0...v1.9.0) (2019-05-19)
# [1.9.0](https://github.com/interviewstreet/go-jira/compare/v1.8.0...v1.9.0) (2019-05-19)
### Features
* **issues:** Added support for AddWorklog and GetWorklogs ([1ebd7e7](https://github.com/bluevare/go-jira/commit/1ebd7e7))
* **issues:** Added support for AddWorklog and GetWorklogs ([1ebd7e7](https://github.com/interviewstreet/go-jira/commit/1ebd7e7))
# [1.8.0](https://github.com/bluevare/go-jira/compare/v1.7.0...v1.8.0) (2019-05-16)
# [1.8.0](https://github.com/interviewstreet/go-jira/compare/v1.7.0...v1.8.0) (2019-05-16)
### Bug Fixes
* Add PriorityService to the main ([8491cb0](https://github.com/bluevare/go-jira/commit/8491cb0))
* Add PriorityService to the main ([8491cb0](https://github.com/interviewstreet/go-jira/commit/8491cb0))
### Features
* **filter:** Add GetFavouriteList to FilterService. ([645898e](https://github.com/bluevare/go-jira/commit/645898e))
* Add get all priorities ([1c63e25](https://github.com/bluevare/go-jira/commit/1c63e25))
* Add ResolutionService to retrieve resolutions ([fb1ce22](https://github.com/bluevare/go-jira/commit/fb1ce22))
* Add status category constants ([6223ddd](https://github.com/bluevare/go-jira/commit/6223ddd))
* Add StatusCategory GetList ([049a756](https://github.com/bluevare/go-jira/commit/049a756))
* **filter:** Add GetFavouriteList to FilterService. ([645898e](https://github.com/interviewstreet/go-jira/commit/645898e))
* Add get all priorities ([1c63e25](https://github.com/interviewstreet/go-jira/commit/1c63e25))
* Add ResolutionService to retrieve resolutions ([fb1ce22](https://github.com/interviewstreet/go-jira/commit/fb1ce22))
* Add status category constants ([6223ddd](https://github.com/interviewstreet/go-jira/commit/6223ddd))
* Add StatusCategory GetList ([049a756](https://github.com/interviewstreet/go-jira/commit/049a756))

View File

@ -1,8 +1,8 @@
# go-jira
[![GoDoc](https://godoc.org/github.com/bluevare/go-jira?status.svg)](https://godoc.org/github.com/bluevare/go-jira)
[![Build Status](https://github.com/bluevare/go-jira/actions/workflows/testing.yml/badge.svg)](https://github.com/bluevare/go-jira/actions/workflows/testing.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/bluevare/go-jira)](https://goreportcard.com/report/github.com/bluevare/go-jira)
[![GoDoc](https://godoc.org/github.com/interviewstreet/go-jira?status.svg)](https://godoc.org/github.com/interviewstreet/go-jira)
[![Build Status](https://github.com/interviewstreet/go-jira/actions/workflows/testing.yml/badge.svg)](https://github.com/interviewstreet/go-jira/actions/workflows/testing.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/interviewstreet/go-jira)](https://goreportcard.com/report/github.com/interviewstreet/go-jira)
[Go](https://golang.org/) client library for [Atlassian Jira](https://www.atlassian.com/software/jira).
@ -30,7 +30,7 @@ of Go are officially supported.
It is go gettable
```bash
go get github.com/bluevare/go-jira
go get github.com/interviewstreet/go-jira
```
For stable versions you can use one of our tags with [gopkg.in](http://labix.org/gopkg.in). E.g.
@ -39,7 +39,7 @@ For stable versions you can use one of our tags with [gopkg.in](http://labix.org
package main
import (
jira "gopkg.in/bluevare/go-jira.v1"
jira "gopkg.in/interviewstreet/go-jira.v1"
)
...
```
@ -47,20 +47,20 @@ import (
(optional) to run unit / example tests:
```bash
cd $GOPATH/src/github.com/bluevare/go-jira
cd $GOPATH/src/github.com/interviewstreet/go-jira
go test -v ./...
```
## API
Please have a look at the [GoDoc documentation](https://godoc.org/github.com/bluevare/go-jira) for a detailed API description.
Please have a look at the [GoDoc documentation](https://godoc.org/github.com/interviewstreet/go-jira) for a detailed API description.
The [latest Jira REST API documentation](https://docs.atlassian.com/jira/REST/latest/) was the base document for this package.
## Examples
Further a few examples how the API can be used.
A few more examples are available in the [GoDoc examples section](https://godoc.org/github.com/bluevare/go-jira#pkg-examples).
A few more examples are available in the [GoDoc examples section](https://godoc.org/github.com/interviewstreet/go-jira#pkg-examples).
### Get a single issue
@ -71,7 +71,7 @@ package main
import (
"fmt"
"github.com/bluevare/go-jira"
"github.com/interviewstreet/go-jira"
)
func main() {
@ -126,7 +126,7 @@ The above token authentication example may be used, substituting a user's passwo
If you want to connect via OAuth to your Jira Cloud instance checkout the [example of using OAuth authentication with Jira in Go](https://gist.github.com/Lupus/edafe9a7c5c6b13407293d795442fe67) by [@Lupus](https://github.com/Lupus).
For more details have a look at the [issue #56](https://github.com/bluevare/go-jira/issues/56).
For more details have a look at the [issue #56](https://github.com/interviewstreet/go-jira/issues/56).
### Create an issue
@ -137,7 +137,7 @@ package main
import (
"fmt"
"github.com/bluevare/go-jira"
"github.com/interviewstreet/go-jira"
)
func main() {
@ -188,7 +188,7 @@ package main
import (
"fmt"
"github.com/bluevare/go-jira"
"github.com/interviewstreet/go-jira"
)
func main() {
@ -225,7 +225,7 @@ func main() {
Jira API has limit on maxResults it can return. You may have a usecase where you need to get all issues for given JQL.
This example shows reference implementation of GetAllIssues function which does pagination on Jira API to get all the issues for given JQL
please look at [Pagination Example](https://github.com/bluevare/go-jira/blob/master/examples/pagination/main.go)
please look at [Pagination Example](https://github.com/interviewstreet/go-jira/blob/master/examples/pagination/main.go)
@ -241,7 +241,7 @@ package main
import (
"fmt"
"github.com/bluevare/go-jira"
"github.com/interviewstreet/go-jira"
)
func main() {
@ -275,7 +275,7 @@ func main() {
## Implementations
* [bluevare/jitic](https://github.com/bluevare/jitic) - The Jira Ticket Checker
* [interviewstreet/jitic](https://github.com/interviewstreet/jitic) - The Jira Ticket Checker
## Code structure
@ -291,13 +291,13 @@ We ❤️ PR's
Contribution, in any kind of way, is highly welcome!
It doesn't matter if you are not able to write code.
Creating issues or holding talks and help other people to use [go-jira](https://github.com/bluevare/go-jira) is contribution, too!
Creating issues or holding talks and help other people to use [go-jira](https://github.com/interviewstreet/go-jira) is contribution, too!
A few examples:
* Correct typos in the README / documentation
* Reporting bugs
* Implement a new feature or endpoint
* Sharing the love of [go-jira](https://github.com/bluevare/go-jira) and help people to get use to it
* Sharing the love of [go-jira](https://github.com/interviewstreet/go-jira) and help people to get use to it
If you are new to pull requests, checkout [Collaborating on projects using issues and pull requests / Creating a pull request](https://help.github.com/articles/creating-a-pull-request/).
@ -327,7 +327,7 @@ git push --tags
Manually copy/paste text from changelog (for this new version) into the release on Github.com. E.g.
[https://github.com/bluevare/go-jira/releases/edit/v1.11.0](https://github.com/bluevare/go-jira/releases/edit/v1.11.0)
[https://github.com/interviewstreet/go-jira/releases/edit/v1.11.0](https://github.com/interviewstreet/go-jira/releases/edit/v1.11.0)
## License

View File

@ -8,7 +8,7 @@ import (
"strings"
"syscall"
jira "github.com/bluevare/go-jira"
jira "github.com/interviewstreet/go-jira"
)
func main() {

View File

@ -7,7 +7,7 @@ import (
"strings"
"syscall"
jira "github.com/bluevare/go-jira"
jira "github.com/interviewstreet/go-jira"
"golang.org/x/term"
)

View File

@ -7,7 +7,7 @@ import (
"strings"
"syscall"
jira "github.com/bluevare/go-jira"
jira "github.com/interviewstreet/go-jira"
"github.com/trivago/tgo/tcontainer"
"golang.org/x/term"
)

View File

@ -3,7 +3,7 @@ package main
import (
"fmt"
jira "github.com/bluevare/go-jira"
jira "github.com/interviewstreet/go-jira"
)
func main() {

View File

@ -5,7 +5,7 @@ import (
"fmt"
"net/http"
jira "github.com/bluevare/go-jira"
jira "github.com/interviewstreet/go-jira"
)
func main() {

View File

@ -3,7 +3,7 @@ package main
import (
"fmt"
jira "github.com/bluevare/go-jira"
jira "github.com/interviewstreet/go-jira"
)
func main() {

View File

@ -3,7 +3,7 @@ package main
import (
"fmt"
jira "github.com/bluevare/go-jira"
jira "github.com/interviewstreet/go-jira"
)
func main() {

View File

@ -3,7 +3,7 @@ package main
import (
"fmt"
jira "github.com/bluevare/go-jira"
jira "github.com/interviewstreet/go-jira"
)
// GetAllIssues will implement pagination of api and get all the issues.

View File

@ -9,7 +9,7 @@ import (
"strings"
"syscall"
jira "github.com/bluevare/go-jira"
jira "github.com/interviewstreet/go-jira"
)
func main() {

View File

@ -3,7 +3,7 @@ package main
import (
"bufio"
"fmt"
jira "github.com/bluevare/go-jira"
jira "github.com/interviewstreet/go-jira"
"golang.org/x/term"
"log"
"os"

2
go.mod
View File

@ -1,4 +1,4 @@
module github.com/bluevare/go-jira
module github.com/interviewstreet/go-jira
go 1.12