Framework overview
Building blocks
Design guidelines
Security for Connect apps
Modules
JavaScript API
Last updated Sep 18, 2025

Ending Connect support

Have an existing Connect app? You can incrementally migrate it to Forge.

User profile menu

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.

Available locations

For web items:

  • system.user.options/personal
  • system.user.options/system

project navigation overview

Sample descriptor JSON

1
2
"modules": {
    "webItems": [
        {
            "key": "example-section-link",
            "location": "system.user.options/personal",
            "name": {
                "value": "Example app link"
            },
            "url": "/example-section-link"
        }
    ]
}

Properties

The properties required for this location are the standard ones defined in the documentation for web items.

Rate this page: