Results 599 comments of Wes McNamee

I'm concerned at our ability to test either though. We don't have a public server that we can run end2end tests against

Thank you for your issue your issue report. I appreciate your patience as we work to get a new maintainer up to speed to help out on this project.

I would strong advice against automating any sort of "fetch all" functionality, as with the wrong query, this could easily timeout, or fetch more items that can be managed. Instead,...

@hdshah-dev I created #248 issue for you. As this is the wrong place to ask for support. For clarification, I'll edit the topic of this issue as well.

@andygrunwald just wanted to let you know that I've decided to start on the V2 rewrite! I'm going to use the `v2` subfolder method that's recommended by Golang (https://blog.golang.org/v2-go-modules) Stay...

@andygrunwald _VERY EARLY_ draft PR has been made. I literally just did `git add` of the files that I've been working on... nothing works, does not compile, no tests... still...

It might be that Jira doesn't fill in all fields for issues when searching. You can see here: https://github.com/andygrunwald/go-jira/blob/master/issue.go?ts=4#L1036 that we are calling the `rest/api/2/search` endpoint of jira. there's more...

At this point V1 works just fine for cloud or on-premise with few edge cases. Since it's a REST API, you are always free to write your own methods and...