-
-
Notifications
You must be signed in to change notification settings - Fork 471
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
runtime goexit when Jira url is wrong (no such host) #211
Comments
How would you like to see this changed? |
I definitely don't think that a panic is appropriate. @jiaohe Can you provide a code sample that reproduces this issue? |
No activity for>60 days. |
Re-opening stale comment! I'll be helping out with the project a bit and Stale Bot is no more, so we're re-opening tickets that were closed due to age. I will eventually try to reproduce this issue, so I would like to keep it in our queue. |
Hey, I am very sorry that this issue has been open for a long time with no final solution. We work on this project in our spare time, and sometimes, other priorities take over. This is the typical open source dilemma. However, there is news: We are kicking off v2 of this library 🚀To provide visibility, we created the Road to v2 Milestone and calling for your feedback in #489 The development will take some time; however, I hope you can benefit from the changes. What does this mean for my issue?We will work on this issue indirectly. Final wordsThanks for using this library. |
This ticket is missing information. |
panic occurred if Jira url is wrong (no such host)
projectmgmt-release.projectmgmt.0 runtime.goexit
projectmgmt-release.projectmgmt.0 projectmgmt-service/handler.(*PMHandler).GetUserIssue
projectmgmt-release.projectmgmt.0 projectmgmt-service/providers/jira/jira.go:172
projectmgmt-release.projectmgmt.0 projectmgmt-service/providers/jira.(*Jira).GetUserIssues
projectmgmt-release.projectmgmt.0 projectmgmt-service/providers/jira/jira.go:272
projectmgmt-release.projectmgmt.0 projectmgmt-service/providers/jira.(*Jira).SearchIssue
projectmgmt-release.projectmgmt.0 /tmp/build/38b8ed6e/gopath/src/github.com/andygrunwald/go-jira/issue.go:845
projectmgmt-release.projectmgmt.0 github.com/andygrunwald/go-jira.(*IssueService).Search
projectmgmt-release.projectmgmt.0 /tmp/build/38b8ed6e/gopath/src/github.com/andygrunwald/go-jira/error.go:24
projectmgmt-release.projectmgmt.0 github.com/andygrunwald/go-jira.NewJiraError
The text was updated successfully, but these errors were encountered: