Hello,
We are trying to give the possibility to the customers, when creating a ticket from the customer portal, of selecting an issue (could also be just plain text of the issue key) from a dropdown field based on a dynamic list, filtered for example by request type and if the issue hasn't already a linked issue. is this something viable with JSM? We are trying to do this because we cannot display and let the customer choose the linked issue field.
Thanks,
Giulio
Unfortunately, Jira Service Management (JSM) Standard does not natively support dynamically populating fields, such as dropdowns, based on real-time filtered issue data from the customer portal. However, using JSM Premium/Enterprise Cloud Assets (formerly Insight) is a viable approach to achieve this functionality. Assets can act as a database to store and dynamically manage the list of issues you want to display on the customer portal. Here’s how you can implement it:
Create an Object Schema:
Available Issues
) to store:Add Object Attributes:
Populate the Data Dynamically:
Add a Custom Field:
Assets Object
in the request type configuration.Filter Dropdown Options:
Request Type = current request type
Linked Issue Status = false
Test the Field Behavior:
Capture Customer Selection:
Link the Selected Issue:
Regards
Utkarsh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.