Rate this page:
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 3 4 5 6 7 8 9 10 11 12
"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: