Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

The My Assets feature extends asset management to Customer Portal users, allowing them to view assets directly in the portal, even a Jira account.

How it works?

In the Customer Portal, users can click on the profile icon in the top-right corner and select My Assets from the dropdown menu. This action opens a dialog displaying a table of Jira issues (assets). A search bar at the top allows users to filter the assets by text or JQL query.

image-20241018-195029.png

Configuration

Jira administrators can configure the My Assets feature via the following options in the app settings in Jira Administration:

  1. Enable/Disable toggle: Toggle to show or hide My Assets in the customer portal. When disabled, user will not see My Assets option in the profile icon menu

  2. JQL scope: Define the JQL query to determine which Jira issues are shown. For example:

project = CMDB AND type IN (monitor, notebook, smartphone) AND assignee = currentUser()

  1. Fields to show: Select which custom fields will appear as columns in the table.

  2. Searching user: Choose a Jira user whose permissions define which assets users can view, ensuring they see only assets they are authorized to access.

image-20241018-195147.png

  • No labels