You can no longer publish Connect apps on the Atlassian Marketplace. All new extensibility features will be delivered only on Forge.
Refer to this blog post for our timeline to end Connect support.
Have an existing Connect app? You can incrementally migrate it to Forge.
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: