Before you begin exploring these example apps, you'll need to set up the Forge CLI first. Learn more about getting started.
Once the Forge CLI is up and running, clone an example app repository to explore and customize it locally.
Each repository's README.md
file contains quickstart instructions and other details about the app.
For more information, refer to our getting started guides for building Bitbucket, Confluence, Jira, and Jira Service Management apps. Our tutorials and guides also offer useful information for common tasks.
The forge register
command creates a unique app ID in the manifest.yml
file
and links the ID to the current developer. Forge apps can currently only be deployed
and installed by the developer who is linked to the app.
The content on this page is written with standard cloud development in mind. To learn about developing for Atlassian Government Cloud, go to our Atlassian Government Cloud developer portal.
Displays the five latest user requests in the Jira Service Management customer portal request.
jiraServiceManagement:portalRequestDetailPanel
DynamicTable
, Spinner
, Text
, Link
componentsuseProductContext
hooksDisplays the five latest user requests in the Jira Service Management customer portal request.
jiraServiceManagement:portalRequestDetailPanel
render
, Text
, Table
, Row
, Cell
, Link
, PortalRequestDetailPanel
components.useState
, useProductContext
hooks.Rate this page: