I want to make a ui button 'REOPEN INCIDENT' on the incident form. Whenever we clicked on this updates will happen on the server side like incident state become close to active and on the client side comment field become mandatory.

silentkiller
Kilo Contributor

I want to make a ui button 'REOPEN INCIDENT' on the incident form. Whenever we clicked on this updates will happen on the server side like incident state become close to active and on the client side comment field become mandatory.

7 REPLIES 7

Jon Barnes
Kilo Sage

I believe this UI Action already exists, OOB. Are you looking to do something different than what already exists?

Ziaur Rahman1
Tera Expert

Hello 

It is OOB available. Please search UI action under system defination for Table Incident. 

find_real_file.png

find_real_file.png

 

Thanks

Ziaur Rahman

Thnks

Shweta KHAJAPUR
Tera Guru

Hi Silentkiller,

 

OOB Reopen UI action is available. But this UI action is available for users with no role. Which they can find in selfsevice>incident when ticket is resolved. If you want that UI action is available for all users then remove 'gs.getUser().hasRoles()' in condition field.