Hi,
In connect i have 2 modules:
“serviceDeskPortalRequestViewActions” and “serviceDeskPortalRequestCreatePropertyPanels”, In both these modules i can define conditions like below:
{
"condition": "addon_property_equal_to",
"invert": true,
"params": {
"entity": "addon",
"propertyKey": "${addon.key}-default-service-panel-enabled",
"value": "false"
}
}
This condition determines section’s visibility on UI.
Now while converting this to forge, we have “jiraServiceManagement:portalRequestViewAction” and “jiraServiceManagement:portalRequestCreatePropertyPanel”.
But I do not see any provision to control visibility of these modules on ui.
How can i do this?
Thanks
Shiv