Rate this page:
The jiraServiceManagement:portalProfilePanel
module adds a panel to the Profile
page in Jira Service Management portal.
This module can be used in Jira Service Management.
See the PortalProfilePanel component documentation for more details.
Property | Type | Required | Description |
---|---|---|---|
key |
| Yes |
A key for the module, which other modules can refer to. Must be unique within the manifest. Regex: |
title | string | Yes | The title of the Forge app. |
function | string | The portal profile panel module requires a function for use with the
UI kit or a resource when building
with custom UI. | A reference to the function module that defines the portal profile panel. This
function must return the
PortalProfilePanel component. |
resource | string | A reference to the static resources entry that your portal profile panel wants to
display. See resources
for more details. | |
resolver | { function: string } | Contains a function property, which references the function
module that defines the configuration
of resource . Can only be set if the module is using the resource
property. |
Property | Type | Description |
---|---|---|
type | string | The type of the module. |
Property | Type | Description |
---|---|---|
type | string | The type of the module. |
Rate this page: