Atlassian has announced the timeline for Connect's phased end-of-support.
From Sep 17, 2025, only Forge apps can be submitted to the Atlassian Marketplace. All new extensibility features will be delivered only on Forge.
Have an existing Connect app? Find out how to incrementally adopt Forge from Connect.
The Jira Cloud user profile menu is the recommended location for any view your app provides that has a user context. This means that your app will display information or make actions available that are specific to the current user.
This location supports only web items
.
For web items:
system.user.options/personal
system.user.options/system
1 2"modules": { "webItems": [ { "key": "example-section-link", "location": "system.user.options/personal", "name": { "value": "Example app link" }, "url": "/example-section-link" } ] }
The properties required for this location are the standard ones defined in the documentation for web items.
Rate this page: