Common modules
Compass modules
Confluence modules
Jira modules
Jira Service Management modules

Rate this page:

Jira Service Management portal profile panel

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.

Example of a portal profile panel

Properties

PropertyTypeRequiredDescription
key

string

Yes

A key for the module, which other modules can refer to. Must be unique within the manifest.

Regex: ^[a-zA-Z0-9_-]+$

titlestringYesThe title of the Forge app.
functionstringThe 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.
resourcestringA 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.

Extension context

Custom UI

PropertyTypeDescription
typestringThe type of the module.

UI kit

PropertyTypeDescription
typestringThe type of the module.

Rate this page: