Action dropdown is not visible in incident ticket page of ESC portal

Vishnus5
Tera Expert

"Incident standard ticket action" widget is added in action region of standard ticket configuration.

Vishnus5_1-1719846877791.png

But that action dropdown is not visible in ticket page of ESC portal.

Vishnus5_2-1719846953264.png

What may be the reason to that?

1 ACCEPTED SOLUTION

Kieran Anson
Kilo Patron

Hi there,

the actions menu will only show if the showActions condition within the widget script is true. For this, at least one of the actions needs to be visible (canResolve, canReopen, canClose). This is determined by the script include IncidentUtils.

 

For example, if you're the caller of the incident, and it's not a major incident, you can close it.

View solution in original post

2 REPLIES 2

Kieran Anson
Kilo Patron

Hi there,

the actions menu will only show if the showActions condition within the widget script is true. For this, at least one of the actions needs to be visible (canResolve, canReopen, canClose). This is determined by the script include IncidentUtils.

 

For example, if you're the caller of the incident, and it's not a major incident, you can close it.

Hi @Kieran Anson 

thank you that worked there was a custom condition added in the "IncidentUtils" script include.