Ankit
Ankit
Hi @jorisclaes, the lib should already support php 8.1+. Could you please add more info on issue you face with 8.1?
Hi @realtime-neil I made some changes in #503. `jira board list` and `jira project list` should not hang in dumb terminals, could you please check? Thank you!
Hi @xuanyuanaosheng, could you please check #502 resolves your issue? The PR makes boards optional for local installation. You can install it with: ```sh go install github.com/ankitpokhrel/jira-cli/cmd/jira@issue-464 // Or, with...
Hi @xuanyuanaosheng, thank you for testing. I guess you are running it with `--debug` flag, do you get similar error if you run it without the `--debug` flag?
The `--insecure` flag is already available in the `init` command. Are you sure the your jira server is using `https` and not `http`?
I found some discrepancy with `--insecure` flag and should be resolved in #507. Could you please test again using latest docker image or building it with `go`? Thanks
The fix for making the board optional is not merged yet so main branch won't work. You need to use the branch for PR #502. ```sh go install github.com/ankitpokhrel/jira-cli/cmd/jira@issue-464 //...
> The SR can not work Can you provide more information about what kind of project is this?
Closing this as initial issue should be fixed with #502 and #507. Please feel free to open a new issue in case there are other things to check.
Hi @MageJohn, the latest binary `v1.3.0` is compiled with `go1.19.4`. what version did you use to compile locally?