Picked up a previously working project after about a year. Upgraded to forge CLI to 10.7.0. Using forge tunnel, when I refresh the hosting page, I am getting a 407 Proxy Authentication Required as the response from
Welcome to the Atlassian developer community @Bill1,
The syntax for the API endpoint is wrong. You have <groupid> (angle brackets), but the variable replacement syntax in JavaScript is ${groupid} (curly braces). Of course, there should also be a variable named groupid in scope of the requestJira call.
Hey @Bill1, what version of the @forge/api package are you using? If you are using an old version of the package, it maybe worthwhile updating it as it will no longer work with the current runtime.