InditexTech / gh-sherpa

Streamline branch and pull request creation for Jira or GitHub issues from command line
Apache License 2.0
48 stars 5 forks source link

Unable to create PR based on Jira ticket #100

Closed jamezrin closed 3 weeks ago

jamezrin commented 3 weeks ago

Detailed description

Hello, since yesterday I (and another colleague in my team) started getting the following error

ERROR: could not get issue: invalid character '<' looking for beginning of value: file already closed

while executing the cpr subcommand, in order to create a PR

gh sherpa cpr --base develop -i

I use this version (not the older/internal one) and the config has not changed recently. The jira host points to the URI in the documentation (the axinic one)

The token used (in my case) does not have an expiry date, and I am, of course, connected to the VPN. I also checked that the gh cli and the gh sherpa cli extension are up to date.

See the following screenshot:

Captura de pantalla 2024-11-05 a las 8 43 51

Expected behaviour

It should have not thrown an error and instead created a new branch and PR from that branch.

jamezrin commented 3 weeks ago

Pretty sure this was an issue of the jira host, it works now, without doing anything.