mirror of
https://github.com/interviewstreet/go-jira.git
synced 2025-06-04 23:07:35 +02:00
fixing package names
This commit is contained in:
parent
852af840d2
commit
f1fe71fa2d
4
.github/FUNDING.yml
vendored
4
.github/FUNDING.yml
vendored
@ -1,2 +1,2 @@
|
|||||||
github: [andygrunwald, benjivesterby]
|
github: [chhekur, benjivesterby]
|
||||||
custom: "https://paypal.me/andygrunwald"
|
custom: "https://paypal.me/chhekur"
|
100
CHANGELOG.md
100
CHANGELOG.md
@ -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.
|
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/andygrunwald/go-jira/compare/v1.11.1...v1.13.0) (2020-10-25)
|
## [1.13.0](https://github.com/chhekur/go-jira/compare/v1.11.1...v1.13.0) (2020-10-25)
|
||||||
|
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
* add AddRemoteLink method ([f200e15](https://github.com/andygrunwald/go-jira/commit/f200e158b997a303db081cbbc5a9d8ad5d89566d)), closes [/developer.atlassian.com/cloud/jira/platform/rest/v2/#api-rest-api-2](https://github.com/andygrunwald//developer.atlassian.com/cloud/jira/platform/rest/v2//issues/api-rest-api-2)
|
* add AddRemoteLink method ([f200e15](https://github.com/chhekur/go-jira/commit/f200e158b997a303db081cbbc5a9d8ad5d89566d)), closes [/developer.atlassian.com/cloud/jira/platform/rest/v2/#api-rest-api-2](https://github.com/chhekur//developer.atlassian.com/cloud/jira/platform/rest/v2//issues/api-rest-api-2)
|
||||||
* Add Names support on Issue struct ([#278](https://github.com/andygrunwald/go-jira/issues/278)) ([1fc10e0](https://github.com/andygrunwald/go-jira/commit/1fc10e0606784f745673ccc4d8d706c36f385a7a))
|
* Add Names support on Issue struct ([#278](https://github.com/chhekur/go-jira/issues/278)) ([1fc10e0](https://github.com/chhekur/go-jira/commit/1fc10e0606784f745673ccc4d8d706c36f385a7a))
|
||||||
* Extend Makefile for more source code quality targets ([5e52236](https://github.com/andygrunwald/go-jira/commit/5e5223631a29d10a13e598318a6abe47384e2982))
|
* Extend Makefile for more source code quality targets ([5e52236](https://github.com/chhekur/go-jira/commit/5e5223631a29d10a13e598318a6abe47384e2982))
|
||||||
* **context:** Add support for context package ([e1f4265](https://github.com/andygrunwald/go-jira/commit/e1f4265e2b467b938fe0c095caf6d36f3136d2ff))
|
* **context:** Add support for context package ([e1f4265](https://github.com/chhekur/go-jira/commit/e1f4265e2b467b938fe0c095caf6d36f3136d2ff))
|
||||||
* **issues:** Add GetEditMeta on issue ([a783764](https://github.com/andygrunwald/go-jira/commit/a783764b52dc890773658ddd0483a9d0393e385d)), closes [/docs.atlassian.com/DAC/rest/jira/6.1.html#d2e1364](https://github.com/andygrunwald//docs.atlassian.com/DAC/rest/jira/6.1.html/issues/d2e1364)
|
* **issues:** Add GetEditMeta on issue ([a783764](https://github.com/chhekur/go-jira/commit/a783764b52dc890773658ddd0483a9d0393e385d)), closes [/docs.atlassian.com/DAC/rest/jira/6.1.html#d2e1364](https://github.com/chhekur//docs.atlassian.com/DAC/rest/jira/6.1.html/issues/d2e1364)
|
||||||
* **IssueService:** allow empty JQL ([#268](https://github.com/andygrunwald/go-jira/issues/268)) ([4b91cf2](https://github.com/andygrunwald/go-jira/commit/4b91cf2b135355de7ecee41727c3e65f4e7067bc))
|
* **IssueService:** allow empty JQL ([#268](https://github.com/chhekur/go-jira/issues/268)) ([4b91cf2](https://github.com/chhekur/go-jira/commit/4b91cf2b135355de7ecee41727c3e65f4e7067bc))
|
||||||
* **project:** Add cronjob to check for stale issues ([#287](https://github.com/andygrunwald/go-jira/issues/287)) ([2096b04](https://github.com/andygrunwald/go-jira/commit/2096b04e52b434c1fb1c841bab487a94674a271e))
|
* **project:** Add cronjob to check for stale issues ([#287](https://github.com/chhekur/go-jira/issues/287)) ([2096b04](https://github.com/chhekur/go-jira/commit/2096b04e52b434c1fb1c841bab487a94674a271e))
|
||||||
* **project:** Add GitHub Actions testing workflow ([#289](https://github.com/andygrunwald/go-jira/issues/289)) ([80c0282](https://github.com/andygrunwald/go-jira/commit/80c02828ca9e4eb0e4a1877275baae14d330a2d9)), closes [#290](https://github.com/andygrunwald/go-jira/issues/290)
|
* **project:** Add GitHub Actions testing workflow ([#289](https://github.com/chhekur/go-jira/issues/289)) ([80c0282](https://github.com/chhekur/go-jira/commit/80c02828ca9e4eb0e4a1877275baae14d330a2d9)), closes [#290](https://github.com/chhekur/go-jira/issues/290)
|
||||||
* **project:** Add workflow to greet new contributors ([#288](https://github.com/andygrunwald/go-jira/issues/288)) ([c357b61](https://github.com/andygrunwald/go-jira/commit/c357b61a40f62a919ebd94a555390958f99c8db7))
|
* **project:** Add workflow to greet new contributors ([#288](https://github.com/chhekur/go-jira/issues/288)) ([c357b61](https://github.com/chhekur/go-jira/commit/c357b61a40f62a919ebd94a555390958f99c8db7))
|
||||||
|
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
||||||
* change millisecond time format ([8c77107](https://github.com/andygrunwald/go-jira/commit/8c77107df3757c4ec5eae6e9d7c018618e708bfa))
|
* change millisecond time format ([8c77107](https://github.com/chhekur/go-jira/commit/8c77107df3757c4ec5eae6e9d7c018618e708bfa))
|
||||||
* paging with load balancer going to endless loop ([19d3fc0](https://github.com/andygrunwald/go-jira/commit/19d3fc0aecde547ffe1ab547c5ffb6c7972d387c)), closes [#260](https://github.com/andygrunwald/go-jira/issues/260)
|
* paging with load balancer going to endless loop ([19d3fc0](https://github.com/chhekur/go-jira/commit/19d3fc0aecde547ffe1ab547c5ffb6c7972d387c)), closes [#260](https://github.com/chhekur/go-jira/issues/260)
|
||||||
* **issue:** IssueService.Search() with a not empty JQL triggers 400 bad request ([#292](https://github.com/andygrunwald/go-jira/issues/292)) ([8b64c7f](https://github.com/andygrunwald/go-jira/commit/8b64c7f005fbceb11fa43a7aff3de61eb3166fca)), closes [#291](https://github.com/andygrunwald/go-jira/issues/291)
|
* **issue:** IssueService.Search() with a not empty JQL triggers 400 bad request ([#292](https://github.com/chhekur/go-jira/issues/292)) ([8b64c7f](https://github.com/chhekur/go-jira/commit/8b64c7f005fbceb11fa43a7aff3de61eb3166fca)), closes [#291](https://github.com/chhekur/go-jira/issues/291)
|
||||||
* **IssueService.GetWatchers:** UserService.GetByAccountID support accountId params ([436469b](https://github.com/andygrunwald/go-jira/commit/436469b62d4d62037f380b38c918a13f4a5f0ab2))
|
* **IssueService.GetWatchers:** UserService.GetByAccountID support accountId params ([436469b](https://github.com/chhekur/go-jira/commit/436469b62d4d62037f380b38c918a13f4a5f0ab2))
|
||||||
* **product:** Make product naming consistent, rename JIRA to Jira ([#286](https://github.com/andygrunwald/go-jira/issues/286)) ([146229d](https://github.com/andygrunwald/go-jira/commit/146229d2ab58a3fb128ddc8dcbe03aff72e20857)), closes [#284](https://github.com/andygrunwald/go-jira/issues/284)
|
* **product:** Make product naming consistent, rename JIRA to Jira ([#286](https://github.com/chhekur/go-jira/issues/286)) ([146229d](https://github.com/chhekur/go-jira/commit/146229d2ab58a3fb128ddc8dcbe03aff72e20857)), closes [#284](https://github.com/chhekur/go-jira/issues/284)
|
||||||
* **tests:** Fix TestIssueService_PostAttachment unit test ([f6b1dca](https://github.com/andygrunwald/go-jira/commit/f6b1dcafcfdd8fe69f842b1053c4030da6c97c7f))
|
* **tests:** Fix TestIssueService_PostAttachment unit test ([f6b1dca](https://github.com/chhekur/go-jira/commit/f6b1dcafcfdd8fe69f842b1053c4030da6c97c7f))
|
||||||
* removing the use of username field in searching for users ([#297](https://github.com/andygrunwald/go-jira/issues/297)) ([f50cb07](https://github.com/andygrunwald/go-jira/commit/f50cb07b297d79138b13e5ab49ea33965d32f5c1))
|
* removing the use of username field in searching for users ([#297](https://github.com/chhekur/go-jira/issues/297)) ([f50cb07](https://github.com/chhekur/go-jira/commit/f50cb07b297d79138b13e5ab49ea33965d32f5c1))
|
||||||
|
|
||||||
## [1.12.0](https://github.com/andygrunwald/go-jira/compare/v1.11.1...v1.12.0) (2019-12-14)
|
## [1.12.0](https://github.com/chhekur/go-jira/compare/v1.11.1...v1.12.0) (2019-12-14)
|
||||||
|
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
* Add IssueLinkTypeService with GetList and test ([261889a](https://github.com/andygrunwald/go-jira/commit/261889adc63623fcea0fa8cab0d5da26eec37e68))
|
* Add IssueLinkTypeService with GetList and test ([261889a](https://github.com/chhekur/go-jira/commit/261889adc63623fcea0fa8cab0d5da26eec37e68))
|
||||||
* add worklog update method ([9ff562a](https://github.com/andygrunwald/go-jira/commit/9ff562ae3ea037961f277be10412ad0a42ff8a6f))
|
* add worklog update method ([9ff562a](https://github.com/chhekur/go-jira/commit/9ff562ae3ea037961f277be10412ad0a42ff8a6f))
|
||||||
* Implement get remote links method ([1946cac](https://github.com/andygrunwald/go-jira/commit/1946cac0fe6ee91f784e3dda3c12f3f30f7115b8))
|
* Implement get remote links method ([1946cac](https://github.com/chhekur/go-jira/commit/1946cac0fe6ee91f784e3dda3c12f3f30f7115b8))
|
||||||
* Implement issue link type DELETE ([e37cc6c](https://github.com/andygrunwald/go-jira/commit/e37cc6c6897830492c070667ab8b68bd85683fc3))
|
* Implement issue link type DELETE ([e37cc6c](https://github.com/chhekur/go-jira/commit/e37cc6c6897830492c070667ab8b68bd85683fc3))
|
||||||
* Implement issue link type GET ([57538b9](https://github.com/andygrunwald/go-jira/commit/57538b926c558e97940760a30bdc16cdd37ef4f1))
|
* Implement issue link type GET ([57538b9](https://github.com/chhekur/go-jira/commit/57538b926c558e97940760a30bdc16cdd37ef4f1))
|
||||||
* Implement issue link type POST ([75b9df8](https://github.com/andygrunwald/go-jira/commit/75b9df8b01557f01dc318d33c0bc2841a9c084eb))
|
* Implement issue link type POST ([75b9df8](https://github.com/chhekur/go-jira/commit/75b9df8b01557f01dc318d33c0bc2841a9c084eb))
|
||||||
* Implement issue link type PUT ([48a15c1](https://github.com/andygrunwald/go-jira/commit/48a15c10443a3cff78f0fb2c8034dd772320e238))
|
* Implement issue link type PUT ([48a15c1](https://github.com/chhekur/go-jira/commit/48a15c10443a3cff78f0fb2c8034dd772320e238))
|
||||||
* provide access to issue transitions loaded from JIRA API ([7530b7c](https://github.com/andygrunwald/go-jira/commit/7530b7cd8266d82cdb4afe831518986772e742ba))
|
* provide access to issue transitions loaded from JIRA API ([7530b7c](https://github.com/chhekur/go-jira/commit/7530b7cd8266d82cdb4afe831518986772e742ba))
|
||||||
|
|
||||||
### [1.11.1](https://github.com/andygrunwald/go-jira/compare/v1.11.0...v1.11.1) (2019-10-17)
|
### [1.11.1](https://github.com/chhekur/go-jira/compare/v1.11.0...v1.11.1) (2019-10-17)
|
||||||
|
|
||||||
## [1.11.0](https://github.com/andygrunwald/go-jira/compare/v1.10.0...v1.11.0) (2019-10-17)
|
## [1.11.0](https://github.com/chhekur/go-jira/compare/v1.10.0...v1.11.0) (2019-10-17)
|
||||||
|
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
* Add AccountID and AccountType to GroupMember struct ([216e005](https://github.com/andygrunwald/go-jira/commit/216e0056d6385eba9d31cb37e6ff64314860d2cc))
|
* Add AccountID and AccountType to GroupMember struct ([216e005](https://github.com/chhekur/go-jira/commit/216e0056d6385eba9d31cb37e6ff64314860d2cc))
|
||||||
* Add AccountType and Locale to User struct ([52ab347](https://github.com/andygrunwald/go-jira/commit/52ab34790307144087f0d9bf86c93a2b2209fe46))
|
* Add AccountType and Locale to User struct ([52ab347](https://github.com/chhekur/go-jira/commit/52ab34790307144087f0d9bf86c93a2b2209fe46))
|
||||||
* Add GetAllStatuses ([afc96b1](https://github.com/andygrunwald/go-jira/commit/afc96b18d17b77e32cec9e1ac7e4f5dec7e627f5))
|
* Add GetAllStatuses ([afc96b1](https://github.com/chhekur/go-jira/commit/afc96b18d17b77e32cec9e1ac7e4f5dec7e627f5))
|
||||||
* Add GetMyFilters to FilterService ([ebae19d](https://github.com/andygrunwald/go-jira/commit/ebae19dda6afd0e54578f30300bc36012381e99b))
|
* Add GetMyFilters to FilterService ([ebae19d](https://github.com/chhekur/go-jira/commit/ebae19dda6afd0e54578f30300bc36012381e99b))
|
||||||
* Add Search to FilterService ([38a755b](https://github.com/andygrunwald/go-jira/commit/38a755b407cd70d11fe2e2897d814552ca29ab51))
|
* Add Search to FilterService ([38a755b](https://github.com/chhekur/go-jira/commit/38a755b407cd70d11fe2e2897d814552ca29ab51))
|
||||||
* add support for JWT auth with qsh needed by add-ons ([a8bdfed](https://github.com/andygrunwald/go-jira/commit/a8bdfed27ff42a9bb0468b8cf192871780919def))
|
* add support for JWT auth with qsh needed by add-ons ([a8bdfed](https://github.com/chhekur/go-jira/commit/a8bdfed27ff42a9bb0468b8cf192871780919def))
|
||||||
* AddGetBoardConfiguration ([fd698c5](https://github.com/andygrunwald/go-jira/commit/fd698c57163f248f21285d5ebc6a3bb60d46694f))
|
* AddGetBoardConfiguration ([fd698c5](https://github.com/chhekur/go-jira/commit/fd698c57163f248f21285d5ebc6a3bb60d46694f))
|
||||||
* Replace http.Client with interface for extensibility ([b59a65c](https://github.com/andygrunwald/go-jira/commit/b59a65c365dcefd42e135579e9b7ce9c9c006489))
|
* Replace http.Client with interface for extensibility ([b59a65c](https://github.com/chhekur/go-jira/commit/b59a65c365dcefd42e135579e9b7ce9c9c006489))
|
||||||
|
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
||||||
* Fix fixversion description tag ([8383e2f](https://github.com/andygrunwald/go-jira/commit/8383e2f5f145d04f6bcdb47fb12a95b58bdcedfa))
|
* Fix fixversion description tag ([8383e2f](https://github.com/chhekur/go-jira/commit/8383e2f5f145d04f6bcdb47fb12a95b58bdcedfa))
|
||||||
* Fix typos in filter_test.go ([e9a261c](https://github.com/andygrunwald/go-jira/commit/e9a261c52249073345e5895b22e2cf4d7286497a))
|
* Fix typos in filter_test.go ([e9a261c](https://github.com/chhekur/go-jira/commit/e9a261c52249073345e5895b22e2cf4d7286497a))
|
||||||
|
|
||||||
# [1.10.0](https://github.com/andygrunwald/go-jira/compare/v1.9.0...v1.10.0) (2019-05-23)
|
# [1.10.0](https://github.com/chhekur/go-jira/compare/v1.9.0...v1.10.0) (2019-05-23)
|
||||||
|
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
||||||
* empty SearchOptions causing malformed request ([b3bf8c2](https://github.com/andygrunwald/go-jira/commit/b3bf8c2))
|
* empty SearchOptions causing malformed request ([b3bf8c2](https://github.com/chhekur/go-jira/commit/b3bf8c2))
|
||||||
|
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
* added DeleteAttachment ([e93c0e1](https://github.com/andygrunwald/go-jira/commit/e93c0e1))
|
* added DeleteAttachment ([e93c0e1](https://github.com/chhekur/go-jira/commit/e93c0e1))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# [1.9.0](https://github.com/andygrunwald/go-jira/compare/v1.8.0...v1.9.0) (2019-05-19)
|
# [1.9.0](https://github.com/chhekur/go-jira/compare/v1.8.0...v1.9.0) (2019-05-19)
|
||||||
|
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
* **issues:** Added support for AddWorklog and GetWorklogs ([1ebd7e7](https://github.com/andygrunwald/go-jira/commit/1ebd7e7))
|
* **issues:** Added support for AddWorklog and GetWorklogs ([1ebd7e7](https://github.com/chhekur/go-jira/commit/1ebd7e7))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# [1.8.0](https://github.com/andygrunwald/go-jira/compare/v1.7.0...v1.8.0) (2019-05-16)
|
# [1.8.0](https://github.com/chhekur/go-jira/compare/v1.7.0...v1.8.0) (2019-05-16)
|
||||||
|
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
||||||
* Add PriorityService to the main ([8491cb0](https://github.com/andygrunwald/go-jira/commit/8491cb0))
|
* Add PriorityService to the main ([8491cb0](https://github.com/chhekur/go-jira/commit/8491cb0))
|
||||||
|
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
* **filter:** Add GetFavouriteList to FilterService. ([645898e](https://github.com/andygrunwald/go-jira/commit/645898e))
|
* **filter:** Add GetFavouriteList to FilterService. ([645898e](https://github.com/chhekur/go-jira/commit/645898e))
|
||||||
* Add get all priorities ([1c63e25](https://github.com/andygrunwald/go-jira/commit/1c63e25))
|
* Add get all priorities ([1c63e25](https://github.com/chhekur/go-jira/commit/1c63e25))
|
||||||
* Add ResolutionService to retrieve resolutions ([fb1ce22](https://github.com/andygrunwald/go-jira/commit/fb1ce22))
|
* Add ResolutionService to retrieve resolutions ([fb1ce22](https://github.com/chhekur/go-jira/commit/fb1ce22))
|
||||||
* Add status category constants ([6223ddd](https://github.com/andygrunwald/go-jira/commit/6223ddd))
|
* Add status category constants ([6223ddd](https://github.com/chhekur/go-jira/commit/6223ddd))
|
||||||
* Add StatusCategory GetList ([049a756](https://github.com/andygrunwald/go-jira/commit/049a756))
|
* Add StatusCategory GetList ([049a756](https://github.com/chhekur/go-jira/commit/049a756))
|
||||||
|
36
README.md
36
README.md
@ -1,8 +1,8 @@
|
|||||||
# go-jira
|
# go-jira
|
||||||
|
|
||||||
[](https://godoc.org/github.com/andygrunwald/go-jira)
|
[](https://godoc.org/github.com/chhekur/go-jira)
|
||||||
[](https://github.com/andygrunwald/go-jira/actions/workflows/testing.yml)
|
[](https://github.com/chhekur/go-jira/actions/workflows/testing.yml)
|
||||||
[](https://goreportcard.com/report/github.com/andygrunwald/go-jira)
|
[](https://goreportcard.com/report/github.com/chhekur/go-jira)
|
||||||
|
|
||||||
[Go](https://golang.org/) client library for [Atlassian Jira](https://www.atlassian.com/software/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
|
It is go gettable
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
go get github.com/andygrunwald/go-jira
|
go get github.com/chhekur/go-jira
|
||||||
```
|
```
|
||||||
|
|
||||||
For stable versions you can use one of our tags with [gopkg.in](http://labix.org/gopkg.in). E.g.
|
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
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
jira "gopkg.in/andygrunwald/go-jira.v1"
|
jira "gopkg.in/chhekur/go-jira.v1"
|
||||||
)
|
)
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
@ -47,20 +47,20 @@ import (
|
|||||||
(optional) to run unit / example tests:
|
(optional) to run unit / example tests:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd $GOPATH/src/github.com/andygrunwald/go-jira
|
cd $GOPATH/src/github.com/chhekur/go-jira
|
||||||
go test -v ./...
|
go test -v ./...
|
||||||
```
|
```
|
||||||
|
|
||||||
## API
|
## API
|
||||||
|
|
||||||
Please have a look at the [GoDoc documentation](https://godoc.org/github.com/andygrunwald/go-jira) for a detailed API description.
|
Please have a look at the [GoDoc documentation](https://godoc.org/github.com/chhekur/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.
|
The [latest Jira REST API documentation](https://docs.atlassian.com/jira/REST/latest/) was the base document for this package.
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
Further a few examples how the API can be used.
|
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/andygrunwald/go-jira#pkg-examples).
|
A few more examples are available in the [GoDoc examples section](https://godoc.org/github.com/chhekur/go-jira#pkg-examples).
|
||||||
|
|
||||||
### Get a single issue
|
### Get a single issue
|
||||||
|
|
||||||
@ -71,7 +71,7 @@ package main
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"github.com/andygrunwald/go-jira"
|
"github.com/chhekur/go-jira"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
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).
|
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/andygrunwald/go-jira/issues/56).
|
For more details have a look at the [issue #56](https://github.com/chhekur/go-jira/issues/56).
|
||||||
|
|
||||||
### Create an issue
|
### Create an issue
|
||||||
|
|
||||||
@ -137,7 +137,7 @@ package main
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"github.com/andygrunwald/go-jira"
|
"github.com/chhekur/go-jira"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
@ -188,7 +188,7 @@ package main
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"github.com/andygrunwald/go-jira"
|
"github.com/chhekur/go-jira"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
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.
|
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
|
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/andygrunwald/go-jira/blob/master/examples/pagination/main.go)
|
please look at [Pagination Example](https://github.com/chhekur/go-jira/blob/master/examples/pagination/main.go)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -241,7 +241,7 @@ package main
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"github.com/andygrunwald/go-jira"
|
"github.com/chhekur/go-jira"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
@ -275,7 +275,7 @@ func main() {
|
|||||||
|
|
||||||
## Implementations
|
## Implementations
|
||||||
|
|
||||||
* [andygrunwald/jitic](https://github.com/andygrunwald/jitic) - The Jira Ticket Checker
|
* [chhekur/jitic](https://github.com/chhekur/jitic) - The Jira Ticket Checker
|
||||||
|
|
||||||
## Code structure
|
## Code structure
|
||||||
|
|
||||||
@ -291,13 +291,13 @@ We ❤️ PR's
|
|||||||
|
|
||||||
Contribution, in any kind of way, is highly welcome!
|
Contribution, in any kind of way, is highly welcome!
|
||||||
It doesn't matter if you are not able to write code.
|
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/andygrunwald/go-jira) is contribution, too!
|
Creating issues or holding talks and help other people to use [go-jira](https://github.com/chhekur/go-jira) is contribution, too!
|
||||||
A few examples:
|
A few examples:
|
||||||
|
|
||||||
* Correct typos in the README / documentation
|
* Correct typos in the README / documentation
|
||||||
* Reporting bugs
|
* Reporting bugs
|
||||||
* Implement a new feature or endpoint
|
* Implement a new feature or endpoint
|
||||||
* Sharing the love of [go-jira](https://github.com/andygrunwald/go-jira) and help people to get use to it
|
* Sharing the love of [go-jira](https://github.com/chhekur/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/).
|
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.
|
Manually copy/paste text from changelog (for this new version) into the release on Github.com. E.g.
|
||||||
|
|
||||||
[https://github.com/andygrunwald/go-jira/releases/edit/v1.11.0](https://github.com/andygrunwald/go-jira/releases/edit/v1.11.0)
|
[https://github.com/chhekur/go-jira/releases/edit/v1.11.0](https://github.com/chhekur/go-jira/releases/edit/v1.11.0)
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ import (
|
|||||||
"strings"
|
"strings"
|
||||||
"syscall"
|
"syscall"
|
||||||
|
|
||||||
jira "github.com/andygrunwald/go-jira"
|
jira "github.com/chhekur/go-jira"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
@ -7,7 +7,7 @@ import (
|
|||||||
"strings"
|
"strings"
|
||||||
"syscall"
|
"syscall"
|
||||||
|
|
||||||
jira "github.com/andygrunwald/go-jira"
|
jira "github.com/chhekur/go-jira"
|
||||||
"golang.org/x/term"
|
"golang.org/x/term"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ import (
|
|||||||
"strings"
|
"strings"
|
||||||
"syscall"
|
"syscall"
|
||||||
|
|
||||||
jira "github.com/andygrunwald/go-jira"
|
jira "github.com/chhekur/go-jira"
|
||||||
"github.com/trivago/tgo/tcontainer"
|
"github.com/trivago/tgo/tcontainer"
|
||||||
"golang.org/x/term"
|
"golang.org/x/term"
|
||||||
)
|
)
|
||||||
|
@ -3,7 +3,7 @@ package main
|
|||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|
||||||
jira "github.com/andygrunwald/go-jira"
|
jira "github.com/chhekur/go-jira"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
@ -5,7 +5,7 @@ import (
|
|||||||
"fmt"
|
"fmt"
|
||||||
"net/http"
|
"net/http"
|
||||||
|
|
||||||
jira "github.com/andygrunwald/go-jira"
|
jira "github.com/chhekur/go-jira"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
@ -3,7 +3,7 @@ package main
|
|||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|
||||||
jira "github.com/andygrunwald/go-jira"
|
jira "github.com/chhekur/go-jira"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
@ -3,7 +3,7 @@ package main
|
|||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|
||||||
jira "github.com/andygrunwald/go-jira"
|
jira "github.com/chhekur/go-jira"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
@ -3,7 +3,7 @@ package main
|
|||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|
||||||
jira "github.com/andygrunwald/go-jira"
|
jira "github.com/chhekur/go-jira"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetAllIssues will implement pagination of api and get all the issues.
|
// GetAllIssues will implement pagination of api and get all the issues.
|
||||||
|
@ -9,7 +9,7 @@ import (
|
|||||||
"strings"
|
"strings"
|
||||||
"syscall"
|
"syscall"
|
||||||
|
|
||||||
jira "github.com/andygrunwald/go-jira"
|
jira "github.com/chhekur/go-jira"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
@ -3,7 +3,7 @@ package main
|
|||||||
import (
|
import (
|
||||||
"bufio"
|
"bufio"
|
||||||
"fmt"
|
"fmt"
|
||||||
jira "github.com/andygrunwald/go-jira"
|
jira "github.com/chhekur/go-jira"
|
||||||
"golang.org/x/term"
|
"golang.org/x/term"
|
||||||
"log"
|
"log"
|
||||||
"os"
|
"os"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user