Forge with TypeScript: Template and Best Practices

Hi Everyone,

I would like to develop a Jira plugin with TypeScript for both the UI (custom UI) and the backend (e.g. resolvers & triggers). Is there any good (un)official template for this?

I know I should be able to add tsconfig and configure it myself, but I think it would be tricky to get it working with forge tunnel. This looks like a common request - does @forge/cli have a feature or option for this?

Looking at the @forge/cli docs, there’s a --template option. Where is the list of allowed templates?

2 Likes

Maybe you can look at this Template: GitHub - GerroDen/forge-sandbox: A sandbox to try out a development pipeline with Atlassian forge.

3 Likes

Hello, did you manage to find a solution that works?