I wanted to explore the Atlassian Forge platform and understand how to build apps for Jira. A simple "Hello World!" app allowed me to grasp the fundamentals of Forge UI components, API interactions, and deployment.

What I Learned How to set up a Forge app using forge create.

Using Forge Tunnel for real-time UI testing in Jira.

Working with Forge UI components to display dynamic text.

Deploying an app with forge deploy and installing it inside Jira.

How I Built It

Initialized the app with forge create.

Developed UI using @forge/react components.

Tested in Jira using forge tunnel.

Deployed the app using forge deploy.

Verified functionality inside Jira’s issue panel.

Share this project:

Updates